#55172B

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

Shades of Bordeaux #55172B

Tints of Bordeaux #55172B

Color information

#55172B (or 0x55172B) is unknown color: approx Bordeaux. HEX triplet: 55, 17 and 2B. RGB value is (85,23,43). Sum of RGB (Red+Green+Blue) = 85+23+43=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55172B is #AAE8D4. Grayscale: #2B2B2B. Windows color (decimal): -11200725 or 2824021. OLE color: 2824021.

HSL color Cylindrical-coordinate representation of color #55172B: hue angle of 340.65º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55172B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB852343-
CMYK00.730.490.67
HSL340.65º57.41%21.18%-
HSV(B)340.65º72.94%33.33%-
XYZ4.492.722.57-
YUV43.82127.54157.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 43 (17.19% from 255) = 28.48%
R=56.29%
G=15.23%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85234300.730.490.67340.6557.4121.18
Hex55172B04931431553915
Octal12527530111611035257125
Binary10101011011110101101001001110001100001110101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55172B; }

 p { color: rgb(85,23,43); }

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

<style>
 a { background-color: #55172B; }

 a { background-color: rgb(85,23,43); }

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

<style>
 span { border-color: #55172B; }

 span { border-color: rgb(85,23,43); }

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