#55131E

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

Shades of Bordeaux #55131E

Tints of Bordeaux #55131E

Color information

#55131E (or 0x55131E) is unknown color: approx Bordeaux. HEX triplet: 55, 13 and 1E. RGB value is (85,19,30). Sum of RGB (Red+Green+Blue) = 85+19+30=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55131E is #AAECE1. Grayscale: #282828. Windows color (decimal): -11201762 or 1971029. OLE color: 1971029.

HSL color Cylindrical-coordinate representation of color #55131E: hue angle of 350º 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 #55131E is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB851930-
CMYK00.780.650.67
HSL350º63.46%20.39%-
HSV(B)350º77.65%33.33%-
XYZ4.212.491.49-
YUV39.99122.37160.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=63.43%
G=14.18%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85193000.780.650.6735063.4620.39
Hex55131E04E414315e3f14
Octal125233601161011035367724
Binary10101011001111110010011101000001100001110101111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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