Html Css Color HEX #9F5961 Vin Rouge

📋 copy color: '#9F5961'

red 159 ◦ green 89 ◦ blue 97

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

Shades of Vin Rouge #9F5961

Tints of Vin Rouge #9F5961

RGB

 RED value IS 159 (62.5% from 255) = 46.09%

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

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 46.09%
G = 25.8%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F5961 (or 0x9F5961) is known color: Vin Rouge. HEX triplet: 9F, 59 and 61. RGB value is (159,89,97). Sum of RGB (Red+Green+Blue) = 159+89+97=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5961 is #60A69E. Grayscale: #6E6E6E. Windows color (decimal): -6334111 or 6379935. OLE color: 6379935.

HSL color Cylindrical-coordinate representation of color #9F5961: hue angle of 353.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5961 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 97 -
CMYK 0 0.44 0.39 0.38
HSL 353.14º 0.28% 0.49% -
HSV(B) 353.14º 0.44% 0.62% -
XYZ 20.03 15.38 13.22 -
YUV 110.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 159 89 97 0 0.44 0.39 0.38 353.14 0.28 0.49
Hex 9F 59 61 0 2C 27 26 161 1C 31
Octal 237 131 141 0 54 47 46 541 34 61
Binary 10011111 1011001 1100001 0 101100 100111 100110 101100001 11100 110001

Color Harmonies of #9F5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5961

Black with #9F5961

Text Example


Text Example

White with #9F5961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5961; }

 p { color: rgb(159,89,97); }

 H1.HeaderClassName
 {
   color: #9F5961;
 }
 .AnyTagClassName
 {
   color: #9F5961;
 }
</style>

background-color css

<style>
 a { background-color: #9F5961; }

 a { background-color: rgb(159,89,97); }

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

border-color css

<style>
 span { border-color: #9F5961; }

 span { border-color: rgb(159,89,97); }

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