#480318

Color #480318 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #480318

Tints of Bordeaux #480318

Color information

#480318 (or 0x480318) is unknown color: approx Bordeaux. HEX triplet: 48, 03 and 18. RGB value is (72,3,24). Sum of RGB (Red+Green+Blue) = 72+3+24=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #480318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480318 is #B7FCE7. Grayscale: #1A1A1A. Windows color (decimal): -12057832 or 1573704. OLE color: 1573704.

HSL color Cylindrical-coordinate representation of color #480318: hue angle of 341.74º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #480318 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB72324-
CMYK00.960.670.72
HSL341.74º92%14.71%-
HSV(B)341.74º95.83%28.24%-
XYZ2.871.511-
YUV26.02126.86160.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=72.73%
G=3.03%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7232400.960.670.72341.749214.71
Hex4831806043481565cf
Octal110330014010311052613417
Binary10010001111000011000001000011100100010101011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480318; }

 p { color: rgb(72,3,24); }

 H1.HeaderClassName
 {
   color: #480318;
 }
 .AnyTagClassName
 {
   color: #480318;
 }
</style>
background-color css

<style>
 a { background-color: #480318; }

 a { background-color: rgb(72,3,24); }

 div.DivClassName
 {
   background-color: #480318;
 }
 .BgClassName
 {
   background-color: #480318;
 }
</style>
border-color css

<style>
 span { border-color: #480318; }

 span { border-color: rgb(72,3,24); }

 td.TdClassName
 {
   border-color: #480318;
 }
 .TagClassName
 {
   border-color: #480318;
 }
</style>