#54011F

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

Shades of Bordeaux #54011F

Tints of Bordeaux #54011F

Color information

#54011F (or 0x54011F) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 1F. RGB value is (84,1,31). Sum of RGB (Red+Green+Blue) = 84+1+31=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #54011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54011F is #ABFEE0. Grayscale: #1D1D1D. Windows color (decimal): -11271905 or 2031956. OLE color: 2031956.

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

Color convert

RGB84131-
CMYK00.990.630.67
HSL338.31º97.65%16.67%-
HSV(B)338.31º98.81%32.94%-
XYZ3.912.011.48-
YUV29.24129167.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 72.41%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=72.41%
G=0.86%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8413100.990.630.67338.3197.6516.67
Hex5411F0633F431526211
Octal12413701437710352214221
Binary1010100111111011000111111111000011101010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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