#580724

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

Shades of Bordeaux #580724

Tints of Bordeaux #580724

Color information

#580724 (or 0x580724) is unknown color: approx Bordeaux. HEX triplet: 58, 07 and 24. RGB value is (88,7,36). Sum of RGB (Red+Green+Blue) = 88+7+36=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #580724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580724 is #A7F8DB. Grayscale: #222222. Windows color (decimal): -11008220 or 2361176. OLE color: 2361176.

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

Color convert

RGB88736-
CMYK00.920.590.65
HSL338.52º85.26%18.63%-
HSV(B)338.52º92.05%34.51%-
XYZ4.422.351.89-
YUV34.52128.84166.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=67.18%
G=5.34%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8873600.920.590.65338.5285.2618.63
Hex5872405C3B411535513
Octal13074401347310152312523
Binary1011000111100100010111001110111000001101010011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580724; }

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

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

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

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

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

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

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

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