#580524

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

Shades of Bordeaux #580524

Tints of Bordeaux #580524

Color information

#580524 (or 0x580524) is unknown color: approx Bordeaux. HEX triplet: 58, 05 and 24. RGB value is (88,5,36). Sum of RGB (Red+Green+Blue) = 88+5+36=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #580524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580524 is #A7FADB. Grayscale: #212121. Windows color (decimal): -11008732 or 2360664. OLE color: 2360664.

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

Color convert

RGB88536-
CMYK00.940.590.65
HSL337.59º89.25%18.24%-
HSV(B)337.59º94.32%34.51%-
XYZ4.42.311.88-
YUV33.35129.5166.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.22%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=68.22%
G=3.88%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8853600.940.590.65337.5989.2518.24
Hex5852405E3B411525912
Octal13054401367310152213122
Binary1011000101100100010111101110111000001101010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580524; }

 p { color: rgb(88,5,36); }

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

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

 a { background-color: rgb(88,5,36); }

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

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

 span { border-color: rgb(88,5,36); }

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