#580B21

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

Shades of Bordeaux #580B21

Tints of Bordeaux #580B21

Color information

#580B21 (or 0x580B21) is unknown color: approx Bordeaux. HEX triplet: 58, 0B and 21. RGB value is (88,11,33). Sum of RGB (Red+Green+Blue) = 88+11+33=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #580B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B21 is #A7F4DE. Grayscale: #242424. Windows color (decimal): -11007199 or 2165592. OLE color: 2165592.

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

Color convert

RGB881133-
CMYK00.880.620.65
HSL342.86º77.78%19.41%-
HSV(B)342.86º87.5%34.51%-
XYZ4.422.421.67-
YUV36.53126.01164.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 8.33%
BLUE value IS 33 (13.28% from 255) = 25%
R=66.67%
G=8.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88113300.880.620.65342.8677.7819.41
Hex58B210583E411574e13
Octal130134101307610152711623
Binary10110001011100001010110001111101000001101010111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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