#8B575D

Color #8B575D Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #8B575D

Tints of Vin Rouge #8B575D

Color information

#8B575D (or 0x8B575D) is unknown color: approx Vin Rouge. HEX triplet: 8B, 57 and 5D. RGB value is (139,87,93). Sum of RGB (Red+Green+Blue) = 139+87+93=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B575D is #74A8A2. Grayscale: #676767. Windows color (decimal): -7645347 or 6117259. OLE color: 6117259.

HSL color Cylindrical-coordinate representation of color #8B575D: hue angle of 353.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B575D is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1398793-
CMYK00.370.330.45
HSL353.08º23.01%44.31%-
HSV(B)353.08º37.41%54.51%-
XYZ16.0313.112.04-
YUV103.23122.23153.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=43.57%
G=27.27%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139879300.370.330.45353.0823.0144.31
Hex8B575D025212D161172c
Octal21312713504541555412754
Binary1000101110101111011101010010110000110110110110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B575D; }

 p { color: rgb(139,87,93); }

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

<style>
 a { background-color: #8B575D; }

 a { background-color: rgb(139,87,93); }

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

<style>
 span { border-color: #8B575D; }

 span { border-color: rgb(139,87,93); }

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