#54010D

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

Shades of Bordeaux #54010D

Tints of Bordeaux #54010D

Color information

#54010D (or 0x54010D) is unknown color: approx Bordeaux. HEX triplet: 54, 01 and 0D. RGB value is (84,1,13). Sum of RGB (Red+Green+Blue) = 84+1+13=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #54010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54010D is #ABFEF2. Grayscale: #1B1B1B. Windows color (decimal): -11271923 or 852308. OLE color: 852308.

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

Color convert

RGB84113-
CMYK00.990.850.67
HSL351.33º97.65%16.67%-
HSV(B)351.33º98.81%32.94%-
XYZ3.741.940.56-
YUV27.18120168.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 85.71%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=85.71%
G=1.02%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8411300.990.850.67351.3397.6516.67
Hex541D063554315f6211
Octal124115014312510353714221
Binary1010100111010110001110101011000011101011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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