#551219

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

Shades of Bordeaux #551219

Tints of Bordeaux #551219

Color information

#551219 (or 0x551219) is unknown color: approx Bordeaux. HEX triplet: 55, 12 and 19. RGB value is (85,18,25). Sum of RGB (Red+Green+Blue) = 85+18+25=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551219 is #AAEDE6. Grayscale: #262626. Windows color (decimal): -11202023 or 1643093. OLE color: 1643093.

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

Color convert

RGB851825-
CMYK00.790.710.67
HSL353.73º65.05%20.2%-
HSV(B)353.73º78.82%33.33%-
XYZ4.142.431.17-
YUV38.83120.2160.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.41%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=66.41%
G=14.06%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85182500.790.710.67353.7365.0520.2
Hex55121904F47431624114
Octal1252231011710710354210124
Binary101010110010110010100111110001111000011101100010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551219; }

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

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

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

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

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

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

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

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