#580211

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

Shades of Bordeaux #580211

Tints of Bordeaux #580211

Color information

#580211 (or 0x580211) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 11. RGB value is (88,2,17). Sum of RGB (Red+Green+Blue) = 88+2+17=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #580211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580211 is #A7FDEE. Grayscale: #1D1D1D. Windows color (decimal): -11009519 or 1114712. OLE color: 1114712.

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

Color convert

RGB88217-
CMYK00.980.810.65
HSL349.53º95.56%17.65%-
HSV(B)349.53º97.73%34.51%-
XYZ4.152.160.73-
YUV29.42120.99169.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 82.24%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=82.24%
G=1.87%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821700.980.810.65349.5395.5617.65
Hex58211062514115e6012
Octal130221014212110153614022
Binary101100010100010110001010100011000001101011110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580211; }

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

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

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

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

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

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

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

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