#580924

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

Shades of Bordeaux #580924

Tints of Bordeaux #580924

Color information

#580924 (or 0x580924) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 24. RGB value is (88,9,36). Sum of RGB (Red+Green+Blue) = 88+9+36=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #580924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580924 is #A7F6DB. Grayscale: #232323. Windows color (decimal): -11007708 or 2361688. OLE color: 2361688.

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

Color convert

RGB88936-
CMYK00.900.590.65
HSL339.49º81.44%19.02%-
HSV(B)339.49º89.77%34.51%-
XYZ4.442.41.9-
YUV35.7128.17165.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.17%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=66.17%
G=6.77%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8893600.900.590.65339.4981.4419.02
Hex5892405A3B411535113
Octal130114401327310152312123
Binary10110001001100100010110101110111000001101010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580924; }

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

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

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

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

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

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

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

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