#55112A

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

Shades of Bordeaux #55112A

Tints of Bordeaux #55112A

Color information

#55112A (or 0x55112A) is unknown color: approx Bordeaux. HEX triplet: 55, 11 and 2A. RGB value is (85,17,42). Sum of RGB (Red+Green+Blue) = 85+17+42=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #55112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55112A is #AAEED5. Grayscale: #282828. Windows color (decimal): -11202262 or 2756949. OLE color: 2756949.

HSL color Cylindrical-coordinate representation of color #55112A: hue angle of 337.94º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55112A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB851742-
CMYK00.800.510.67
HSL337.94º66.67%20%-
HSV(B)337.94º80%33.33%-
XYZ4.362.52.44-
YUV40.18129.03159.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=59.03%
G=11.81%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85174200.800.510.67337.9466.6720
Hex55112A05033431524314
Octal125215201206310352210324
Binary101010110001101010010100001100111000011101010010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55112A; }

 p { color: rgb(85,17,42); }

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

<style>
 a { background-color: #55112A; }

 a { background-color: rgb(85,17,42); }

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

<style>
 span { border-color: #55112A; }

 span { border-color: rgb(85,17,42); }

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