#54151F

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

Shades of Bordeaux #54151F

Tints of Bordeaux #54151F

Color information

#54151F (or 0x54151F) is unknown color: approx Bordeaux. HEX triplet: 54, 15 and 1F. RGB value is (84,21,31). Sum of RGB (Red+Green+Blue) = 84+21+31=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54151F is #ABEAE0. Grayscale: #292929. Windows color (decimal): -11266785 or 2037076. OLE color: 2037076.

HSL color Cylindrical-coordinate representation of color #54151F: hue angle of 350.48º 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 #54151F is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB842131-
CMYK00.750.630.67
HSL350.48º60%20.59%-
HSV(B)350.48º75%32.94%-
XYZ4.172.521.56-
YUV40.98122.37158.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=61.76%
G=15.44%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84213100.750.630.67350.486020.59
Hex54151F04B3F4315e3c15
Octal12425370113771035367425
Binary1010100101011111101001011111111100001110101111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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