#54010C

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

Shades of Bordeaux #54010C

Tints of Bordeaux #54010C

Color information

#54010C (or 0x54010C) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 0C. RGB value is (84,1,12). Sum of RGB (Red+Green+Blue) = 84+1+12=97 (12% of max value = 765). Red value is 84 (33.20% from 255 or 86.60% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 84 - color contains mainly: red. Hex color #54010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54010C is #ABFEF3. Grayscale: #1B1B1B. Windows color (decimal): -11271924 or 786772. OLE color: 786772.

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

Color convert

RGB84112-
CMYK00.990.860.67
HSL352.05º97.65%16.67%-
HSV(B)352.05º98.81%32.94%-
XYZ3.731.930.52-
YUV27.07119.5168.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 86.60%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=86.60%
G=1.03%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8411200.990.860.67352.0597.6516.67
Hex541C06356431606211
Octal124114014312610354014221
Binary1010100111000110001110101101000011101100000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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