#55101F

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

Shades of Bordeaux #55101F

Tints of Bordeaux #55101F

Color information

#55101F (or 0x55101F) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 1F. RGB value is (85,16,31). Sum of RGB (Red+Green+Blue) = 85+16+31=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101F is #AAEFE0. Grayscale: #262626. Windows color (decimal): -11202529 or 2035797. OLE color: 2035797.

HSL color Cylindrical-coordinate representation of color #55101F: hue angle of 346.96º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55101F is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB851631-
CMYK00.810.640.67
HSL346.96º68.32%19.8%-
HSV(B)346.96º81.18%33.33%-
XYZ4.182.41.54-
YUV38.34123.86161.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=64.39%
G=12.12%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85163100.810.640.67346.9668.3219.8
Hex55101F051404315b4414
Octal1252037012110010353310424
Binary101010110000111110101000110000001000011101011011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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