#54030C

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

Shades of Bordeaux #54030C

Tints of Bordeaux #54030C

Color information

#54030C (or 0x54030C) is unknown color: approx Bordeaux. HEX triplet: 54, 03 and 0C. RGB value is (84,3,12). Sum of RGB (Red+Green+Blue) = 84+3+12=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #54030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54030C is #ABFCF3. Grayscale: #1C1C1C. Windows color (decimal): -11271412 or 787284. OLE color: 787284.

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

Color convert

RGB84312-
CMYK00.960.860.67
HSL353.33º93.1%17.06%-
HSV(B)353.33º96.43%32.94%-
XYZ3.761.980.53-
YUV28.24118.84167.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 84.85%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=84.85%
G=3.03%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8431200.960.860.67353.3393.117.06
Hex543C06056431615d11
Octal124314014012610354113521
Binary10101001111000110000010101101000011101100001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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