#580120

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

Shades of Bordeaux #580120

Tints of Bordeaux #580120

Color information

#580120 (or 0x580120) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 20. RGB value is (88,1,32). Sum of RGB (Red+Green+Blue) = 88+1+32=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580120 is #A7FEDF. Grayscale: #1E1E1E. Windows color (decimal): -11009760 or 2097496. OLE color: 2097496.

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

Color convert

RGB88132-
CMYK00.990.640.65
HSL338.62º97.75%17.45%-
HSV(B)338.62º98.86%34.51%-
XYZ4.32.21.56-
YUV30.55128.82168.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=72.73%
G=0.83%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8813200.990.640.65338.6297.7517.45
Hex5812006340411536211
Octal130140014310010152314221
Binary101100011000000110001110000001000001101010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580120; }

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

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

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

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

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

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

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

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