#58020A

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

Shades of Bordeaux #58020A

Tints of Bordeaux #58020A

Color information

#58020A (or 0x58020A) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 0A. RGB value is (88,2,10). Sum of RGB (Red+Green+Blue) = 88+2+10=100 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 88 - color contains mainly: red. Hex color #58020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020A is #A7FDF5. Grayscale: #1C1C1C. Windows color (decimal): -11009526 or 655960. OLE color: 655960.

HSL color Cylindrical-coordinate representation of color #58020A: hue angle of 354.42º 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 #58020A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB88210-
CMYK00.980.890.65
HSL354.42º95.56%17.65%-
HSV(B)354.42º97.73%34.51%-
XYZ4.12.140.48-
YUV28.63117.49170.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 88%
GREEN value IS 2 (1.17% from 255) = 2%
BLUE value IS 10 (4.30% from 255) = 10%
R=88%
G=2%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821000.980.890.65354.4295.5617.65
Hex582A06259411626012
Octal130212014213110154214022
Binary10110001010100110001010110011000001101100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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