#55101B

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

Shades of Bordeaux #55101B

Tints of Bordeaux #55101B

Color information

#55101B (or 0x55101B) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 1B. RGB value is (85,16,27). Sum of RGB (Red+Green+Blue) = 85+16+27=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #55101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101B is #AAEFE4. Grayscale: #252525. Windows color (decimal): -11202533 or 1773653. OLE color: 1773653.

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

Color convert

RGB851627-
CMYK00.810.680.67
HSL350.43º68.32%19.8%-
HSV(B)350.43º81.18%33.33%-
XYZ4.132.381.28-
YUV37.89121.86161.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.41%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=66.41%
G=12.5%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85162700.810.680.67350.4368.3219.8
Hex55101B051444315e4414
Octal1252033012110410353610424
Binary101010110000110110101000110001001000011101011110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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