#54060C

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

Shades of Bordeaux #54060C

Tints of Bordeaux #54060C

Color information

#54060C (or 0x54060C) is unknown color: approx Bordeaux. HEX triplet: 54, 06 and 0C. RGB value is (84,6,12). Sum of RGB (Red+Green+Blue) = 84+6+12=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #54060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54060C is #ABF9F3. Grayscale: #1E1E1E. Windows color (decimal): -11270644 or 788052. OLE color: 788052.

HSL color Cylindrical-coordinate representation of color #54060C: hue angle of 355.38º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54060C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB84612-
CMYK00.930.860.67
HSL355.38º86.67%17.65%-
HSV(B)355.38º92.86%32.94%-
XYZ3.792.040.54-
YUV30.01117.84166.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 82.35%
GREEN value IS 6 (2.73% from 255) = 5.88%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=82.35%
G=5.88%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8461200.930.860.67355.3886.6717.65
Hex546C05D56431635712
Octal124614013512610354312722
Binary101010011011000101110110101101000011101100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54060C; }

 p { color: rgb(84,6,12); }

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

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

 a { background-color: rgb(84,6,12); }

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

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

 span { border-color: rgb(84,6,12); }

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