#54151E

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

Shades of Bordeaux #54151E

Tints of Bordeaux #54151E

Color information

#54151E (or 0x54151E) is unknown color: approx Bordeaux. HEX triplet: 54, 15 and 1E. RGB value is (84,21,30). Sum of RGB (Red+Green+Blue) = 84+21+30=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54151E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54151E is #ABEAE1. Grayscale: #282828. Windows color (decimal): -11266786 or 1971540. OLE color: 1971540.

HSL color Cylindrical-coordinate representation of color #54151E: hue angle of 351.43º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54151E is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB842130-
CMYK00.750.640.67
HSL351.43º60%20.59%-
HSV(B)351.43º75%32.94%-
XYZ4.162.511.49-
YUV40.86121.87158.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=62.22%
G=15.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84213000.750.640.67351.436020.59
Hex54151E04B404315f3c15
Octal124253601131001035377425
Binary10101001010111110010010111000000100001110101111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54151E; }

 p { color: rgb(84,21,30); }

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

<style>
 a { background-color: #54151E; }

 a { background-color: rgb(84,21,30); }

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

<style>
 span { border-color: #54151E; }

 span { border-color: rgb(84,21,30); }

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