#580B24

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

Shades of Bordeaux #580B24

Tints of Bordeaux #580B24

Color information

#580B24 (or 0x580B24) is unknown color: approx Bordeaux. HEX triplet: 58, 0B and 24. RGB value is (88,11,36). Sum of RGB (Red+Green+Blue) = 88+11+36=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #580B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B24 is #A7F4DB. Grayscale: #242424. Windows color (decimal): -11007196 or 2362200. OLE color: 2362200.

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

Color convert

RGB881136-
CMYK00.880.590.65
HSL340.52º77.78%19.41%-
HSV(B)340.52º87.5%34.51%-
XYZ4.462.441.91-
YUV36.87127.51164.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 11 (4.69% from 255) = 8.15%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=65.19%
G=8.15%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88113600.880.590.65340.5277.7819.41
Hex58B240583B411554e13
Octal130134401307310152511623
Binary10110001011100100010110001110111000001101010101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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