#480C18

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

Shades of Bordeaux #480C18

Tints of Bordeaux #480C18

Color information

#480C18 (or 0x480C18) is unknown color: approx Bordeaux. HEX triplet: 48, 0C and 18. RGB value is (72,12,24). Sum of RGB (Red+Green+Blue) = 72+12+24=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #480C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C18 is #B7F3E7. Grayscale: #1F1F1F. Windows color (decimal): -12055528 or 1576008. OLE color: 1576008.

HSL color Cylindrical-coordinate representation of color #480C18: hue angle of 348º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #480C18 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB721224-
CMYK00.830.670.72
HSL348º71.43%16.47%-
HSV(B)348º83.33%28.24%-
XYZ2.971.711.04-
YUV31.31123.88157.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=66.67%
G=11.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72122400.830.670.7234871.4316.47
Hex48C18053434815c4710
Octal1101430012310311053410720
Binary10010001100110000101001110000111001000101011100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480C18; }

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

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

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

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

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

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

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

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