#54011E

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

Shades of Bordeaux #54011E

Tints of Bordeaux #54011E

Color information

#54011E (or 0x54011E) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 1E. RGB value is (84,1,30). Sum of RGB (Red+Green+Blue) = 84+1+30=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54011E is #ABFEE1. Grayscale: #1D1D1D. Windows color (decimal): -11271906 or 1966420. OLE color: 1966420.

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

Color convert

RGB84130-
CMYK00.990.640.67
HSL339.04º97.65%16.67%-
HSV(B)339.04º98.81%32.94%-
XYZ3.921.41-
YUV29.12128.5167.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.04%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=73.04%
G=0.87%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8413000.990.640.67339.0497.6516.67
Hex5411E06340431536211
Octal124136014310010352314221
Binary10101001111100110001110000001000011101010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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