#8B555C

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

Shades of Vin Rouge #8B555C

Tints of Vin Rouge #8B555C

Color information

#8B555C (or 0x8B555C) is unknown color: approx Vin Rouge. HEX triplet: 8B, 55 and 5C. RGB value is (139,85,92). Sum of RGB (Red+Green+Blue) = 139+85+92=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B555C is #74AAA3. Grayscale: #656565. Windows color (decimal): -7645860 or 6051211. OLE color: 6051211.

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

Color convert

RGB1398592-
CMYK00.390.340.45
HSL352.22º24.11%43.92%-
HSV(B)352.22º38.85%54.51%-
XYZ15.8312.7611.75-
YUV101.94122.39154.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=43.99%
G=26.90%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139859200.390.340.45352.2224.1143.92
Hex8B555C027222D160182c
Octal21312513404742555403054
Binary1000101110101011011100010011110001010110110110000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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