#58112C

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

Shades of Bordeaux #58112C

Tints of Bordeaux #58112C

Color information

#58112C (or 0x58112C) is unknown color: approx Bordeaux. HEX triplet: 58, 11 and 2C. RGB value is (88,17,44). Sum of RGB (Red+Green+Blue) = 88+17+44=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58112C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58112C is #A7EED3. Grayscale: #292929. Windows color (decimal): -11005652 or 2888024. OLE color: 2888024.

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

Color convert

RGB881744-
CMYK00.810.50.65
HSL337.18º67.62%20.59%-
HSV(B)337.18º80.68%34.51%-
XYZ4.682.662.65-
YUV41.31129.52161.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=59.06%
G=11.41%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88174400.810.50.65337.1867.6220.59
Hex58112C05132411514415
Octal130215401216210152110425
Binary101100010001101100010100011100101000001101010001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58112C; }

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

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

<style>
 a { background-color: #58112C; }

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

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

<style>
 span { border-color: #58112C; }

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

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