#58111D

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

Shades of Bordeaux #58111D

Tints of Bordeaux #58111D

Color information

#58111D (or 0x58111D) is unknown color: approx Bordeaux. HEX triplet: 58, 11 and 1D. RGB value is (88,17,29). Sum of RGB (Red+Green+Blue) = 88+17+29=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58111D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58111D is #A7EEE2. Grayscale: #272727. Windows color (decimal): -11005667 or 1904984. OLE color: 1904984.

HSL color Cylindrical-coordinate representation of color #58111D: hue angle of 349.86º 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 #58111D is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB881729-
CMYK00.810.670.65
HSL349.86º67.62%20.59%-
HSV(B)349.86º80.68%34.51%-
XYZ4.452.561.42-
YUV39.6122.02162.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.67%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=65.67%
G=12.69%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88172900.810.670.65349.8667.6220.59
Hex58111D051434115e4415
Octal1302135012110310153610425
Binary101100010001111010101000110000111000001101011110100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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