#55101E

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

Shades of Bordeaux #55101E

Tints of Bordeaux #55101E

Color information

#55101E (or 0x55101E) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 1E. RGB value is (85,16,30). Sum of RGB (Red+Green+Blue) = 85+16+30=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101E is #AAEFE1. Grayscale: #262626. Windows color (decimal): -11202530 or 1970261. OLE color: 1970261.

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

Color convert

RGB851630-
CMYK00.810.650.67
HSL347.83º68.32%19.8%-
HSV(B)347.83º81.18%33.33%-
XYZ4.172.41.47-
YUV38.23123.36161.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.89%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=64.89%
G=12.21%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85163000.810.650.67347.8368.3219.8
Hex55101E051414315c4414
Octal1252036012110110353410424
Binary101010110000111100101000110000011000011101011100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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