#54051C

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

Shades of Bordeaux #54051C

Tints of Bordeaux #54051C

Color information

#54051C (or 0x54051C) is unknown color: approx Bordeaux. HEX triplet: 54, 05 and 1C. RGB value is (84,5,28). Sum of RGB (Red+Green+Blue) = 84+5+28=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54051C is #ABFAE3. Grayscale: #1F1F1F. Windows color (decimal): -11270884 or 1836372. OLE color: 1836372.

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

Color convert

RGB84528-
CMYK00.940.670.67
HSL342.53º88.76%17.45%-
HSV(B)342.53º94.05%32.94%-
XYZ3.922.081.29-
YUV31.24126.17165.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.79%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=71.79%
G=4.27%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8452800.940.670.67342.5388.7617.45
Hex5451C05E43431575911
Octal124534013610310352713121
Binary1010100101111000101111010000111000011101010111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,5,28); }

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

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

 a { background-color: rgb(84,5,28); }

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

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

 span { border-color: rgb(84,5,28); }

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