#55161F

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

Shades of Bordeaux #55161F

Tints of Bordeaux #55161F

Color information

#55161F (or 0x55161F) is unknown color: approx Bordeaux. HEX triplet: 55, 16 and 1F. RGB value is (85,22,31). Sum of RGB (Red+Green+Blue) = 85+22+31=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #55161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55161F is #AAE9E0. Grayscale: #292929. Windows color (decimal): -11200993 or 2037333. OLE color: 2037333.

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

Color convert

RGB852231-
CMYK00.740.640.67
HSL351.43º58.88%20.98%-
HSV(B)351.43º74.12%33.33%-
XYZ4.282.61.57-
YUV41.86121.87158.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=61.59%
G=15.94%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85223100.740.640.67351.4358.8820.98
Hex55161F04A404315f3b15
Octal125263701121001035377325
Binary10101011011011111010010101000000100001110101111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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