#580216

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

Shades of Bordeaux #580216

Tints of Bordeaux #580216

Color information

#580216 (or 0x580216) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 16. RGB value is (88,2,22). Sum of RGB (Red+Green+Blue) = 88+2+22=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580216 is #A7FDE9. Grayscale: #1E1E1E. Windows color (decimal): -11009514 or 1442392. OLE color: 1442392.

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

Color convert

RGB88222-
CMYK00.980.750.65
HSL346.05º95.56%17.65%-
HSV(B)346.05º97.73%34.51%-
XYZ4.192.180.96-
YUV29.99123.49169.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 78.57%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=78.57%
G=1.79%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8822200.980.750.65346.0595.5617.65
Hex582160624B4115a6012
Octal130226014211310153214022
Binary101100010101100110001010010111000001101011010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580216; }

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

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

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

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

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

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

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

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