#551222

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

Shades of Bordeaux #551222

Tints of Bordeaux #551222

Color information

#551222 (or 0x551222) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 22. RGB value is (85,18,34). Sum of RGB (Red+Green+Blue) = 85+18+34=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #551222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551222 is #AAEDDD. Grayscale: #272727. Windows color (decimal): -11202014 or 2232917. OLE color: 2232917.

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

Color convert

RGB851834-
CMYK00.790.600.67
HSL345.67º65.05%20.2%-
HSV(B)345.67º78.82%33.33%-
XYZ4.252.481.77-
YUV39.86124.7160.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.04%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 34 (13.67% from 255) = 24.82%
R=62.04%
G=13.14%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85183400.790.600.67345.6765.0520.2
Hex55122204F3C4315a4114
Octal125224201177410353210124
Binary101010110010100010010011111111001000011101011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551222; }

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

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

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

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

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

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

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

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