#580A24

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

Shades of Bordeaux #580A24

Tints of Bordeaux #580A24

Color information

#580A24 (or 0x580A24) is unknown color: approx Bordeaux. HEX triplet: 58, 0A and 24. RGB value is (88,10,36). Sum of RGB (Red+Green+Blue) = 88+10+36=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #580A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A24 is #A7F5DB. Grayscale: #242424. Windows color (decimal): -11007452 or 2361944. OLE color: 2361944.

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

Color convert

RGB881036-
CMYK00.890.590.65
HSL340º79.59%19.22%-
HSV(B)340º88.64%34.51%-
XYZ4.452.421.9-
YUV36.29127.84164.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 10 (4.30% from 255) = 7.46%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=65.67%
G=7.46%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88103600.890.590.6534079.5919.22
Hex58A240593B411545013
Octal130124401317310152412023
Binary10110001010100100010110011110111000001101010100101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580A24; }

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

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

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

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

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

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

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

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