Html Css Color HEX #8F5960 Vin Rouge

📋 copy color: '#8F5960'

red 143 ◦ green 89 ◦ blue 96

#8F5960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #8F5960

Tints of Vin Rouge #8F5960

RGB

 RED value IS 143 (56.25% from 255) = 43.6%

 GREEN value IS 89 (35.16% from 255) = 27.13%

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 43.6%
G = 27.13%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8F5960 (or 0x8F5960) is known color: Vin Rouge. HEX triplet: 8F, 59 and 60. RGB value is (143,89,96). Sum of RGB (Red+Green+Blue) = 143+89+96=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5960 is #70A69F. Grayscale: #696969. Windows color (decimal): -7382688 or 6314383. OLE color: 6314383.

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

Color convert

RGB 143 89 96 -
CMYK 0 0.38 0.33 0.44
HSL 352.22º 0.23% 0.45% -
HSV(B) 352.22º 0.38% 0.56% -
XYZ 17.01 13.83 12.84 -
YUV 105.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 143 89 96 0 0.38 0.33 0.44 352.22 0.23 0.45
Hex 8F 59 60 0 26 21 2C 160 17 2D
Octal 217 131 140 0 46 41 54 540 27 55
Binary 10001111 1011001 1100000 0 100110 100001 101100 101100000 10111 101101

Color Harmonies of #8F5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5960

Black with #8F5960

Text Example


Text Example

White with #8F5960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,89,96); }

 H1.HeaderClassName
 {
   color: #8F5960;
 }
 .AnyTagClassName
 {
   color: #8F5960;
 }
</style>

background-color css

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

 a { background-color: rgb(143,89,96); }

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

border-color css

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

 span { border-color: rgb(143,89,96); }

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