#580219

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

Shades of Bordeaux #580219

Tints of Bordeaux #580219

Color information

#580219 (or 0x580219) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 19. RGB value is (88,2,25). Sum of RGB (Red+Green+Blue) = 88+2+25=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #580219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580219 is #A7FDE6. Grayscale: #1E1E1E. Windows color (decimal): -11009511 or 1639000. OLE color: 1639000.

HSL color Cylindrical-coordinate representation of color #580219: hue angle of 343.95º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580219 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB88225-
CMYK00.980.720.65
HSL343.95º95.56%17.65%-
HSV(B)343.95º97.73%34.51%-
XYZ4.222.191.12-
YUV30.34124.99169.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=76.52%
G=1.74%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8822500.980.720.65343.9595.5617.65
Hex5821906248411586012
Octal130231014211010153014022
Binary101100010110010110001010010001000001101011000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580219; }

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

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

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

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

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

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

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

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