#551924

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

Shades of Bordeaux #551924

Tints of Bordeaux #551924

Color information

#551924 (or 0x551924) is unknown color: approx Bordeaux. HEX triplet: 55, 19 and 24. RGB value is (85,25,36). Sum of RGB (Red+Green+Blue) = 85+25+36=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551924 is #AAE6DB. Grayscale: #2C2C2C. Windows color (decimal): -11200220 or 2365781. OLE color: 2365781.

HSL color Cylindrical-coordinate representation of color #551924: hue angle of 349º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551924 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB852536-
CMYK00.710.580.67
HSL349º54.55%21.57%-
HSV(B)349º70.59%33.33%-
XYZ4.412.751.97-
YUV44.19123.38157.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=58.22%
G=17.12%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85253600.710.580.6734954.5521.57
Hex5519240473A4315d3716
Octal12531440107721035356726
Binary10101011100110010001000111111010100001110101110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551924; }

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

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

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

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

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

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

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

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