#58021D

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

Shades of Bordeaux #58021D

Tints of Bordeaux #58021D

Color information

#58021D (or 0x58021D) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 1D. RGB value is (88,2,29). Sum of RGB (Red+Green+Blue) = 88+2+29=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58021D is #A7FDE2. Grayscale: #1E1E1E. Windows color (decimal): -11009507 or 1901144. OLE color: 1901144.

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

Color convert

RGB88229-
CMYK00.980.670.65
HSL341.16º95.56%17.65%-
HSV(B)341.16º97.73%34.51%-
XYZ4.272.211.36-
YUV30.79126.99168.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.95%
GREEN value IS 2 (1.17% from 255) = 1.68%
BLUE value IS 29 (11.72% from 255) = 24.37%
R=73.95%
G=1.68%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8822900.980.670.65341.1695.5617.65
Hex5821D06243411556012
Octal130235014210310152514022
Binary101100010111010110001010000111000001101010101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58021D; }

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

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

<style>
 a { background-color: #58021D; }

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

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

<style>
 span { border-color: #58021D; }

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

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