#580213

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

Shades of Bordeaux #580213

Tints of Bordeaux #580213

Color information

#580213 (or 0x580213) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 13. RGB value is (88,2,19). Sum of RGB (Red+Green+Blue) = 88+2+19=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580213 is #A7FDEC. Grayscale: #1D1D1D. Windows color (decimal): -11009517 or 1245784. OLE color: 1245784.

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

Color convert

RGB88219-
CMYK00.980.780.65
HSL348.14º95.56%17.65%-
HSV(B)348.14º97.73%34.51%-
XYZ4.162.170.81-
YUV29.65121.99169.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 80.73%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=80.73%
G=1.83%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821900.980.780.65348.1495.5617.65
Hex582130624E4115c6012
Octal130223014211610153414022
Binary101100010100110110001010011101000001101011100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580213; }

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

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

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

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

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

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

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

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