#58111E

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

Shades of Bordeaux #58111E

Tints of Bordeaux #58111E

Color information

#58111E (or 0x58111E) is unknown color: approx Bordeaux. HEX triplet: 58, 11 and 1E. RGB value is (88,17,30). Sum of RGB (Red+Green+Blue) = 88+17+30=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58111E is #A7EEE1. Grayscale: #272727. Windows color (decimal): -11005666 or 1970520. OLE color: 1970520.

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

Color convert

RGB881730-
CMYK00.810.660.65
HSL349.01º67.62%20.59%-
HSV(B)349.01º80.68%34.51%-
XYZ4.462.571.49-
YUV39.71122.52162.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=65.19%
G=12.59%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88173000.810.660.65349.0167.6220.59
Hex58111E051424115d4415
Octal1302136012110210153510425
Binary101100010001111100101000110000101000001101011101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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