#58020C

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

Shades of Bordeaux #58020C

Tints of Bordeaux #58020C

Color information

#58020C (or 0x58020C) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 0C. RGB value is (88,2,12). Sum of RGB (Red+Green+Blue) = 88+2+12=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #58020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020C is #A7FDF3. Grayscale: #1C1C1C. Windows color (decimal): -11009524 or 787032. OLE color: 787032.

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

Color convert

RGB88212-
CMYK00.980.860.65
HSL353.02º95.56%17.65%-
HSV(B)353.02º97.73%34.51%-
XYZ4.112.140.55-
YUV28.85118.49170.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 86.27%
GREEN value IS 2 (1.17% from 255) = 1.96%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=86.27%
G=1.96%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821200.980.860.65353.0295.5617.65
Hex582C06256411616012
Octal130214014212610154114022
Binary10110001011000110001010101101000001101100001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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