#8B5E5F

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

Shades of Vin Rouge #8B5E5F

Tints of Vin Rouge #8B5E5F

Color information

#8B5E5F (or 0x8B5E5F) is unknown color: approx Vin Rouge. HEX triplet: 8B, 5E and 5F. RGB value is (139,94,95). Sum of RGB (Red+Green+Blue) = 139+94+95=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E5F is #74A1A0. Grayscale: #6B6B6B. Windows color (decimal): -7643553 or 6250123. OLE color: 6250123.

HSL color Cylindrical-coordinate representation of color #8B5E5F: hue angle of 358.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E5F is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1399495-
CMYK00.320.320.45
HSL358.67º19.31%45.69%-
HSV(B)358.67º32.37%54.51%-
XYZ16.7214.3212.71-
YUV107.57120.91150.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.38%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=42.38%
G=28.66%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139949500.320.320.45358.6719.3145.69
Hex8B5E5F020202D167132e
Octal21313613704040555472356
Binary1000101110111101011111010000010000010110110110011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,94,95); }

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

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

 a { background-color: rgb(139,94,95); }

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

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

 span { border-color: rgb(139,94,95); }

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