#55121C

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

Shades of Bordeaux #55121C

Tints of Bordeaux #55121C

Color information

#55121C (or 0x55121C) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 1C. RGB value is (85,18,28). Sum of RGB (Red+Green+Blue) = 85+18+28=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #55121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55121C is #AAEDE3. Grayscale: #272727. Windows color (decimal): -11202020 or 1839701. OLE color: 1839701.

HSL color Cylindrical-coordinate representation of color #55121C: hue angle of 351.04º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55121C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB851828-
CMYK00.790.670.67
HSL351.04º65.05%20.2%-
HSV(B)351.04º78.82%33.33%-
XYZ4.172.451.35-
YUV39.17121.7160.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.89%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=64.89%
G=13.74%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85182800.790.670.67351.0465.0520.2
Hex55121C04F434315f4114
Octal1252234011710310353710124
Binary101010110010111000100111110000111000011101011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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