#580221

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

Shades of Bordeaux #580221

Tints of Bordeaux #580221

Color information

#580221 (or 0x580221) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 21. RGB value is (88,2,33). Sum of RGB (Red+Green+Blue) = 88+2+33=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580221 is #A7FDDE. Grayscale: #1F1F1F. Windows color (decimal): -11009503 or 2163288. OLE color: 2163288.

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

Color convert

RGB88233-
CMYK00.980.620.65
HSL338.37º95.56%17.65%-
HSV(B)338.37º97.73%34.51%-
XYZ4.322.231.64-
YUV31.25128.99168.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 71.54%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=71.54%
G=1.63%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823300.980.620.65338.3795.5617.65
Hex582210623E411526012
Octal13024101427610152214022
Binary101100010100001011000101111101000001101010010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580221; }

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

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

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

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

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

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

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

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