#54161F

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

Shades of Bordeaux #54161F

Tints of Bordeaux #54161F

Color information

#54161F (or 0x54161F) is unknown color: approx Bordeaux. HEX triplet: 54, 16 and 1F. RGB value is (84,22,31). Sum of RGB (Red+Green+Blue) = 84+22+31=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #54161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54161F is #ABE9E0. Grayscale: #292929. Windows color (decimal): -11266529 or 2037332. OLE color: 2037332.

HSL color Cylindrical-coordinate representation of color #54161F: hue angle of 351.29º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54161F is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB842231-
CMYK00.740.630.67
HSL351.29º58.49%20.78%-
HSV(B)351.29º73.81%32.94%-
XYZ4.192.561.57-
YUV41.56122.04158.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=61.31%
G=16.06%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84223100.740.630.67351.2958.4920.78
Hex54161F04A3F4315f3a15
Octal12426370112771035377225
Binary1010100101101111101001010111111100001110101111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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