#55162C

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

Shades of Bordeaux #55162C

Tints of Bordeaux #55162C

Color information

#55162C (or 0x55162C) is unknown color: approx Bordeaux. HEX triplet: 55, 16 and 2C. RGB value is (85,22,44). Sum of RGB (Red+Green+Blue) = 85+22+44=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55162C is #AAE9D3. Grayscale: #2B2B2B. Windows color (decimal): -11200980 or 2889301. OLE color: 2889301.

HSL color Cylindrical-coordinate representation of color #55162C: hue angle of 339.05º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55162C is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB852244-
CMYK00.740.480.67
HSL339.05º58.88%20.98%-
HSV(B)339.05º74.12%33.33%-
XYZ4.492.692.66-
YUV43.34128.37157.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=56.29%
G=14.57%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85224400.740.480.67339.0558.8820.98
Hex55162C04A30431533b15
Octal12526540112601035237325
Binary10101011011010110001001010110000100001110101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55162C; }

 p { color: rgb(85,22,44); }

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

<style>
 a { background-color: #55162C; }

 a { background-color: rgb(85,22,44); }

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

<style>
 span { border-color: #55162C; }

 span { border-color: rgb(85,22,44); }

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