#580210

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

Shades of Bordeaux #580210

Tints of Bordeaux #580210

Color information

#580210 (or 0x580210) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 10. RGB value is (88,2,16). Sum of RGB (Red+Green+Blue) = 88+2+16=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #580210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580210 is #A7FDEF. Grayscale: #1D1D1D. Windows color (decimal): -11009520 or 1049176. OLE color: 1049176.

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

Color convert

RGB88216-
CMYK00.980.820.65
HSL350.23º95.56%17.65%-
HSV(B)350.23º97.73%34.51%-
XYZ4.142.160.69-
YUV29.31120.49169.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.02%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=83.02%
G=1.89%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821600.980.820.65350.2395.5617.65
Hex58210062524115e6012
Octal130220014212210153614022
Binary101100010100000110001010100101000001101011110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580210; }

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

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

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

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

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

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

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

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