#58041E

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

Shades of Bordeaux #58041E

Tints of Bordeaux #58041E

Color information

#58041E (or 0x58041E) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 1E. RGB value is (88,4,30). Sum of RGB (Red+Green+Blue) = 88+4+30=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #58041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58041E is #A7FBE1. Grayscale: #202020. Windows color (decimal): -11008994 or 1967192. OLE color: 1967192.

HSL color Cylindrical-coordinate representation of color #58041E: hue angle of 341.43º 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 #58041E is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB88430-
CMYK00.950.660.65
HSL341.43º91.3%18.04%-
HSV(B)341.43º95.45%34.51%-
XYZ4.32.261.44-
YUV32.08126.83167.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=72.13%
G=3.28%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8843000.950.660.65341.4391.318.04
Hex5841E05F42411555b12
Octal130436013710210152513322
Binary1011000100111100101111110000101000001101010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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