#550219

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

Shades of Bordeaux #550219

Tints of Bordeaux #550219

Color information

#550219 (or 0x550219) is unknown color: approx Bordeaux. HEX triplet: 55, 02 and 19. RGB value is (85,2,25). Sum of RGB (Red+Green+Blue) = 85+2+25=112 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.89% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 85 - color contains mainly: red. Hex color #550219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550219 is #AAFDE6. Grayscale: #1D1D1D. Windows color (decimal): -11206119 or 1638997. OLE color: 1638997.

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

Color convert

RGB85225-
CMYK00.980.710.67
HSL343.37º95.4%17.06%-
HSV(B)343.37º97.65%33.33%-
XYZ3.942.041.11-
YUV29.44125.5167.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.89%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=75.89%
G=1.79%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8522500.980.710.67343.3795.417.06
Hex5521906247431575f11
Octal125231014210710352713721
Binary101010110110010110001010001111000011101010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550219; }

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

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

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

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

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

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

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

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