#58172C

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

Shades of Bordeaux #58172C

Tints of Bordeaux #58172C

Color information

#58172C (or 0x58172C) is unknown color: approx Bordeaux. HEX triplet: 58, 17 and 2C. RGB value is (88,23,44). Sum of RGB (Red+Green+Blue) = 88+23+44=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58172C is #A7E8D3. Grayscale: #2C2C2C. Windows color (decimal): -11004116 or 2889560. OLE color: 2889560.

HSL color Cylindrical-coordinate representation of color #58172C: hue angle of 340.62º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58172C is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB882344-
CMYK00.740.50.65
HSL340.62º58.56%21.76%-
HSV(B)340.62º73.86%34.51%-
XYZ4.792.872.68-
YUV44.83127.53158.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 23 (9.38% from 255) = 14.84%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=56.77%
G=14.84%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88234400.740.50.65340.6258.5621.76
Hex58172C04A32411553b16
Octal13027540112621015257326
Binary10110001011110110001001010110010100000110101010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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