#8B575C

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

Shades of Vin Rouge #8B575C

Tints of Vin Rouge #8B575C

Color information

#8B575C (or 0x8B575C) is unknown color: approx Vin Rouge. HEX triplet: 8B, 57 and 5C. RGB value is (139,87,92). Sum of RGB (Red+Green+Blue) = 139+87+92=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B575C is #74A8A3. Grayscale: #676767. Windows color (decimal): -7645348 or 6051723. OLE color: 6051723.

HSL color Cylindrical-coordinate representation of color #8B575C: hue angle of 354.23º 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 #8B575C is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1398792-
CMYK00.370.340.45
HSL354.23º23.01%44.31%-
HSV(B)354.23º37.41%54.51%-
XYZ15.9913.0811.81-
YUV103.12121.73153.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=43.71%
G=27.36%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139879200.370.340.45354.2323.0144.31
Hex8B575C025222D162172c
Octal21312713404542555422754
Binary1000101110101111011100010010110001010110110110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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