#55161D

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

Shades of Bordeaux #55161D

Tints of Bordeaux #55161D

Color information

#55161D (or 0x55161D) is unknown color: approx Bordeaux. HEX triplet: 55, 16 and 1D. RGB value is (85,22,29). Sum of RGB (Red+Green+Blue) = 85+22+29=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #55161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161D is #AAE9E2. Grayscale: #292929. Windows color (decimal): -11200995 or 1906261. OLE color: 1906261.

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

Color convert

RGB852229-
CMYK00.740.660.67
HSL353.33º58.88%20.98%-
HSV(B)353.33º74.12%33.33%-
XYZ4.252.591.44-
YUV41.64120.87158.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.5%
GREEN value IS 22 (8.98% from 255) = 16.18%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=62.5%
G=16.18%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85222900.740.660.67353.3358.8820.98
Hex55161D04A42431613b15
Octal125263501121021035417325
Binary10101011011011101010010101000010100001110110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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