#8B5B60

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

Shades of Vin Rouge #8B5B60

Tints of Vin Rouge #8B5B60

Color information

#8B5B60 (or 0x8B5B60) is unknown color: approx Vin Rouge. HEX triplet: 8B, 5B and 60. RGB value is (139,91,96). Sum of RGB (Red+Green+Blue) = 139+91+96=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B60 is #74A49F. Grayscale: #696969. Windows color (decimal): -7644320 or 6314891. OLE color: 6314891.

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

Color convert

RGB1399196-
CMYK00.350.310.45
HSL353.75º20.87%45.1%-
HSV(B)353.75º34.53%54.51%-
XYZ16.513.8212.86-
YUV105.92122.4151.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 91 (35.94% from 255) = 27.91%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=42.64%
G=27.91%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139919600.350.310.45353.7520.8745.1
Hex8B5B600231F2D162152d
Octal21313314004337555422555
Binary100010111011011110000001000111111110110110110001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,91,96); }

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

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

 a { background-color: rgb(139,91,96); }

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

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

 span { border-color: rgb(139,91,96); }

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