#58020B

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

Shades of Bordeaux #58020B

Tints of Bordeaux #58020B

Color information

#58020B (or 0x58020B) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 0B. RGB value is (88,2,11). Sum of RGB (Red+Green+Blue) = 88+2+11=101 (13% of max value = 765). Red value is 88 (34.77% from 255 or 87.13% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 88 - color contains mainly: red. Hex color #58020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020B is #A7FDF4. Grayscale: #1C1C1C. Windows color (decimal): -11009525 or 721496. OLE color: 721496.

HSL color Cylindrical-coordinate representation of color #58020B: hue angle of 353.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58020B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB88211-
CMYK00.980.880.65
HSL353.72º95.56%17.65%-
HSV(B)353.72º97.73%34.51%-
XYZ4.112.140.51-
YUV28.74117.99170.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 87.13%
GREEN value IS 2 (1.17% from 255) = 1.98%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=87.13%
G=1.98%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821100.980.880.65353.7295.5617.65
Hex582B06258411626012
Octal130213014213010154214022
Binary10110001010110110001010110001000001101100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58020B; }

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

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

<style>
 a { background-color: #58020B; }

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

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

<style>
 span { border-color: #58020B; }

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

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