#54011D

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

Shades of Bordeaux #54011D

Tints of Bordeaux #54011D

Color information

#54011D (or 0x54011D) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 1D. RGB value is (84,1,29). Sum of RGB (Red+Green+Blue) = 84+1+29=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #54011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54011D is #ABFEE2. Grayscale: #1C1C1C. Windows color (decimal): -11271907 or 1900884. OLE color: 1900884.

HSL color Cylindrical-coordinate representation of color #54011D: hue angle of 339.76º 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 #54011D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB84129-
CMYK00.990.650.67
HSL339.76º97.65%16.67%-
HSV(B)339.76º98.81%32.94%-
XYZ3.8921.34-
YUV29.01128167.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.68%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=73.68%
G=0.88%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8412900.990.650.67339.7697.6516.67
Hex5411D06341431546211
Octal124135014310110352414221
Binary10101001111010110001110000011000011101010100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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