#55131F

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

Shades of Bordeaux #55131F

Tints of Bordeaux #55131F

Color information

#55131F (or 0x55131F) is unknown color: approx Bordeaux. HEX triplet: 55, 13 and 1F. RGB value is (85,19,31). Sum of RGB (Red+Green+Blue) = 85+19+31=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55131F is #AAECE0. Grayscale: #282828. Windows color (decimal): -11201761 or 2036565. OLE color: 2036565.

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

Color convert

RGB851931-
CMYK00.780.640.67
HSL349.09º63.46%20.39%-
HSV(B)349.09º77.65%33.33%-
XYZ4.232.51.56-
YUV40.1122.87160.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=62.96%
G=14.07%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85193100.780.640.67349.0963.4620.39
Hex55131F04E404315d3f14
Octal125233701161001035357724
Binary10101011001111111010011101000000100001110101110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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