#580320

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

Shades of Bordeaux #580320

Tints of Bordeaux #580320

Color information

#580320 (or 0x580320) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 20. RGB value is (88,3,32). Sum of RGB (Red+Green+Blue) = 88+3+32=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580320 is #A7FCDF. Grayscale: #1F1F1F. Windows color (decimal): -11009248 or 2098008. OLE color: 2098008.

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

Color convert

RGB88332-
CMYK00.970.640.65
HSL339.53º93.41%17.84%-
HSV(B)339.53º96.59%34.51%-
XYZ4.322.241.57-
YUV31.72128.16168.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 71.54%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=71.54%
G=2.44%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8833200.970.640.65339.5393.4117.84
Hex5832006140411545d12
Octal130340014110010152413522
Binary1011000111000000110000110000001000001101010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580320; }

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

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

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

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

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

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

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

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