#58091E

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

Shades of Bordeaux #58091E

Tints of Bordeaux #58091E

Color information

#58091E (or 0x58091E) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 1E. RGB value is (88,9,30). Sum of RGB (Red+Green+Blue) = 88+9+30=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #58091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58091E is #A7F6E1. Grayscale: #232323. Windows color (decimal): -11007714 or 1968472. OLE color: 1968472.

HSL color Cylindrical-coordinate representation of color #58091E: hue angle of 344.05º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58091E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB88930-
CMYK00.900.660.65
HSL344.05º81.44%19.02%-
HSV(B)344.05º89.77%34.51%-
XYZ4.362.361.45-
YUV35.02125.17165.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.29%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=69.29%
G=7.09%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8893000.900.660.65344.0581.4419.02
Hex5891E05A42411585113
Octal1301136013210210153012123
Binary10110001001111100101101010000101000001101011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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