#58041D

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

Shades of Bordeaux #58041D

Tints of Bordeaux #58041D

Color information

#58041D (or 0x58041D) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 1D. RGB value is (88,4,29). Sum of RGB (Red+Green+Blue) = 88+4+29=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #58041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58041D is #A7FBE2. Grayscale: #1F1F1F. Windows color (decimal): -11008995 or 1901656. OLE color: 1901656.

HSL color Cylindrical-coordinate representation of color #58041D: hue angle of 342.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58041D is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB88429-
CMYK00.950.670.65
HSL342.14º91.3%18.04%-
HSV(B)342.14º95.45%34.51%-
XYZ4.292.251.37-
YUV31.97126.33167.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.73%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=72.73%
G=3.31%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8842900.950.670.65342.1491.318.04
Hex5841D05F43411565b12
Octal130435013710310152613322
Binary1011000100111010101111110000111000001101010110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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