#55040E

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

Shades of Bordeaux #55040E

Tints of Bordeaux #55040E

Color information

#55040E (or 0x55040E) is unknown color: approx Bordeaux. HEX triplet: 55, 04 and 0E. RGB value is (85,4,14). Sum of RGB (Red+Green+Blue) = 85+4+14=103 (13% of max value = 765). Red value is 85 (33.59% from 255 or 82.52% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 85 - color contains mainly: red. Hex color #55040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55040E is #AAFBF1. Grayscale: #1D1D1D. Windows color (decimal): -11205618 or 918613. OLE color: 918613.

HSL color Cylindrical-coordinate representation of color #55040E: hue angle of 352.59º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55040E is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB85414-
CMYK00.950.840.67
HSL352.59º91.01%17.45%-
HSV(B)352.59º95.29%33.33%-
XYZ3.872.050.61-
YUV29.36119.34167.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 82.52%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=82.52%
G=3.88%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8541400.950.840.67352.5991.0117.45
Hex554E05F54431615b11
Octal125416013712410354113321
Binary101010110011100101111110101001000011101100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,4,14); }

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

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

 a { background-color: rgb(85,4,14); }

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

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

 span { border-color: rgb(85,4,14); }

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