#580220

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

Shades of Bordeaux #580220

Tints of Bordeaux #580220

Color information

#580220 (or 0x580220) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 20. RGB value is (88,2,32). Sum of RGB (Red+Green+Blue) = 88+2+32=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580220 is #A7FDDF. Grayscale: #1F1F1F. Windows color (decimal): -11009504 or 2097752. OLE color: 2097752.

HSL color Cylindrical-coordinate representation of color #580220: hue angle of 339.07º 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 #580220 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB88232-
CMYK00.980.640.65
HSL339.07º95.56%17.65%-
HSV(B)339.07º97.73%34.51%-
XYZ4.312.221.57-
YUV31.13128.49168.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=72.13%
G=1.64%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823200.980.640.65339.0795.5617.65
Hex5822006240411536012
Octal130240014210010152314022
Binary1011000101000000110001010000001000001101010011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580220; }

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

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

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

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

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

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

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

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