#54000C

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

Shades of Bordeaux #54000C

Tints of Bordeaux #54000C

Color information

#54000C (or 0x54000C) is unknown color: approx Bordeaux. HEX triplet: 54, 00 and 0C. RGB value is (84,0,12). Sum of RGB (Red+Green+Blue) = 84+0+12=96 (12% of max value = 765). Red value is 84 (33.20% from 255 or 87.5% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 84 - color contains mainly: red. Hex color #54000C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54000C is #ABFFF3. Grayscale: #1A1A1A. Windows color (decimal): -11272180 or 786516. OLE color: 786516.

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

Color convert

RGB84012-
CMYK010.860.67
HSL351.43º100%16.47%-
HSV(B)351.43º100%32.94%-
XYZ3.721.910.52-
YUV26.48119.83169.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 87.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 12.5%
R=87.5%
G=0%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84012010.860.67351.4310016.47
Hex540C064564315f6410
Octal124014014412610353714420
Binary1010100011000110010010101101000011101011111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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