#58091B

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

Shades of Bordeaux #58091B

Tints of Bordeaux #58091B

Color information

#58091B (or 0x58091B) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 1B. RGB value is (88,9,27). Sum of RGB (Red+Green+Blue) = 88+9+27=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58091B is #A7F6E4. Grayscale: #222222. Windows color (decimal): -11007717 or 1771864. OLE color: 1771864.

HSL color Cylindrical-coordinate representation of color #58091B: hue angle of 346.33º 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 #58091B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB88927-
CMYK00.900.690.65
HSL346.33º81.44%19.02%-
HSV(B)346.33º89.77%34.51%-
XYZ4.322.351.26-
YUV34.67123.67166.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=70.97%
G=7.26%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8892700.900.690.65346.3381.4419.02
Hex5891B05A454115a5113
Octal1301133013210510153212123
Binary10110001001110110101101010001011000001101011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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