Html Css Color HEX #9F5061 Vin Rouge

📋 copy color: '#9F5061'

red 159 ◦ green 80 ◦ blue 97

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

Shades of Vin Rouge #9F5061

Tints of Vin Rouge #9F5061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

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

R = 47.32%
G = 23.81%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#9F5061 (or 0x9F5061) is known color: Vin Rouge. HEX triplet: 9F, 50 and 61. RGB value is (159,80,97). Sum of RGB (Red+Green+Blue) = 159+80+97=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5061 is #60AF9E. Grayscale: #696969. Windows color (decimal): -6336415 or 6377631. OLE color: 6377631.

HSL color Cylindrical-coordinate representation of color #9F5061: hue angle of 347.09º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5061 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 97 -
CMYK 0 0.50 0.39 0.38
HSL 347.09º 0.33% 0.47% -
HSV(B) 347.09º 0.5% 0.62% -
XYZ 19.32 13.97 12.99 -
YUV 105.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 159 80 97 0 0.50 0.39 0.38 347.09 0.33 0.47
Hex 9F 50 61 0 32 27 26 15B 21 2F
Octal 237 120 141 0 62 47 46 533 41 57
Binary 10011111 1010000 1100001 0 110010 100111 100110 101011011 100001 101111

Color Harmonies of #9F5061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5061

Black with #9F5061

Text Example


Text Example

White with #9F5061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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