#55101C

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

Shades of Bordeaux #55101C

Tints of Bordeaux #55101C

Color information

#55101C (or 0x55101C) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 1C. RGB value is (85,16,28). Sum of RGB (Red+Green+Blue) = 85+16+28=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #55101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101C is #AAEFE3. Grayscale: #262626. Windows color (decimal): -11202532 or 1839189. OLE color: 1839189.

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

Color convert

RGB851628-
CMYK00.810.670.67
HSL349.57º68.32%19.8%-
HSV(B)349.57º81.18%33.33%-
XYZ4.142.391.34-
YUV38122.36161.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=65.89%
G=12.40%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85162800.810.670.67349.5768.3219.8
Hex55101C051434315e4414
Octal1252034012110310353610424
Binary101010110000111000101000110000111000011101011110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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