#580820

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

Shades of Bordeaux #580820

Tints of Bordeaux #580820

Color information

#580820 (or 0x580820) is unknown color: approx Bordeaux. HEX triplet: 58, 08 and 20. RGB value is (88,8,32). Sum of RGB (Red+Green+Blue) = 88+8+32=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580820 is #A7F7DF. Grayscale: #222222. Windows color (decimal): -11007968 or 2099288. OLE color: 2099288.

HSL color Cylindrical-coordinate representation of color #580820: hue angle of 342º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580820 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB88832-
CMYK00.910.640.65
HSL342º83.33%18.82%-
HSV(B)342º90.91%34.51%-
XYZ4.372.351.59-
YUV34.66126.5166.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 32 (12.89% from 255) = 25%
R=68.75%
G=6.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8883200.910.640.6534283.3318.82
Hex5882005B40411565313
Octal1301040013310010152612323
Binary101100010001000000101101110000001000001101010110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580820; }

 p { color: rgb(88,8,32); }

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

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

 a { background-color: rgb(88,8,32); }

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

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

 span { border-color: rgb(88,8,32); }

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