#55131C

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

Shades of Bordeaux #55131C

Tints of Bordeaux #55131C

Color information

#55131C (or 0x55131C) is unknown color: approx Bordeaux. HEX triplet: 55, 13 and 1C. RGB value is (85,19,28). Sum of RGB (Red+Green+Blue) = 85+19+28=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55131C is #AAECE3. Grayscale: #272727. Windows color (decimal): -11201764 or 1839957. OLE color: 1839957.

HSL color Cylindrical-coordinate representation of color #55131C: hue angle of 351.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55131C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB851928-
CMYK00.780.670.67
HSL351.82º63.46%20.39%-
HSV(B)351.82º77.65%33.33%-
XYZ4.192.481.36-
YUV39.76121.37160.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 19 (7.81% from 255) = 14.39%
BLUE value IS 28 (11.33% from 255) = 21.21%
R=64.39%
G=14.39%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85192800.780.670.67351.8263.4620.39
Hex55131C04E43431603f14
Octal125233401161031035407724
Binary10101011001111100010011101000011100001110110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,19,28); }

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

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

 a { background-color: rgb(85,19,28); }

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

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

 span { border-color: rgb(85,19,28); }

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