#54020C

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

Shades of Bordeaux #54020C

Tints of Bordeaux #54020C

Color information

#54020C (or 0x54020C) is unknown color: approx Bordeaux. HEX triplet: 54, 02 and 0C. RGB value is (84,2,12). Sum of RGB (Red+Green+Blue) = 84+2+12=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #54020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54020C is #ABFDF3. Grayscale: #1B1B1B. Windows color (decimal): -11271668 or 787028. OLE color: 787028.

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

Color convert

RGB84212-
CMYK00.980.860.67
HSL352.68º95.35%16.86%-
HSV(B)352.68º97.62%32.94%-
XYZ3.741.950.53-
YUV27.66119.17168.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 85.71%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 12 (5.08% from 255) = 12.24%
R=85.71%
G=2.04%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8421200.980.860.67352.6895.3516.86
Hex542C06256431615f11
Octal124214014212610354113721
Binary10101001011000110001010101101000011101100001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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