#580B16

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

Shades of Bordeaux #580B16

Tints of Bordeaux #580B16

Color information

#580B16 (or 0x580B16) is unknown color: approx Bordeaux. HEX triplet: 58, 0B and 16. RGB value is (88,11,22). Sum of RGB (Red+Green+Blue) = 88+11+22=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B16 is #A7F4E9. Grayscale: #232323. Windows color (decimal): -11007210 or 1444696. OLE color: 1444696.

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

Color convert

RGB881122-
CMYK00.880.750.65
HSL351.43º77.78%19.41%-
HSV(B)351.43º87.5%34.51%-
XYZ4.292.370.99-
YUV35.28120.51165.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 11 (4.69% from 255) = 9.09%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=72.73%
G=9.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88112200.880.750.65351.4377.7819.41
Hex58B160584B4115f4e13
Octal1301326013011310153711623
Binary10110001011101100101100010010111000001101011111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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