#55182B

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

Shades of Bordeaux #55182B

Tints of Bordeaux #55182B

Color information

#55182B (or 0x55182B) is unknown color: approx Bordeaux. HEX triplet: 55, 18 and 2B. RGB value is (85,24,43). Sum of RGB (Red+Green+Blue) = 85+24+43=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55182B is #AAE7D4. Grayscale: #2C2C2C. Windows color (decimal): -11200469 or 2824277. OLE color: 2824277.

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

Color convert

RGB852443-
CMYK00.720.490.67
HSL341.31º55.96%21.37%-
HSV(B)341.31º71.76%33.33%-
XYZ4.512.762.58-
YUV44.4127.21156.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=55.92%
G=15.79%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85244300.720.490.67341.3155.9621.37
Hex55182B04831431553815
Octal12530530110611035257025
Binary10101011100010101101001000110001100001110101010111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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