#580B17

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

Shades of Bordeaux #580B17

Tints of Bordeaux #580B17

Color information

#580B17 (or 0x580B17) is unknown color: approx Bordeaux. HEX triplet: 58, 0B and 17. RGB value is (88,11,23). Sum of RGB (Red+Green+Blue) = 88+11+23=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B17 is #A7F4E8. Grayscale: #232323. Windows color (decimal): -11007209 or 1510232. OLE color: 1510232.

HSL color Cylindrical-coordinate representation of color #580B17: hue angle of 350.65º 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 #580B17 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB881123-
CMYK00.880.740.65
HSL350.65º77.78%19.41%-
HSV(B)350.65º87.5%34.51%-
XYZ4.32.381.04-
YUV35.39121.01165.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=72.13%
G=9.02%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88112300.880.740.65350.6577.7819.41
Hex58B170584A4115f4e13
Octal1301327013011210153711623
Binary10110001011101110101100010010101000001101011111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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