#551224

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

Shades of Bordeaux #551224

Tints of Bordeaux #551224

Color information

#551224 (or 0x551224) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 24. RGB value is (85,18,36). Sum of RGB (Red+Green+Blue) = 85+18+36=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #551224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551224 is #AAEDDB. Grayscale: #282828. Windows color (decimal): -11202012 or 2363989. OLE color: 2363989.

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

Color convert

RGB851836-
CMYK00.790.580.67
HSL343.88º65.05%20.2%-
HSV(B)343.88º78.82%33.33%-
XYZ4.282.491.92-
YUV40.08125.7160.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=61.15%
G=12.95%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85183600.790.580.67343.8865.0520.2
Hex55122404F3A431584114
Octal125224401177210353010124
Binary101010110010100100010011111110101000011101011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551224; }

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

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

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

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

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

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

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

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