Html Css Color HEX #9F516E Vin Rouge

📋 copy color: '#9F516E'

red 159 ◦ green 81 ◦ blue 110

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

Shades of Vin Rouge #9F516E

Tints of Vin Rouge #9F516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 45.43%
G = 23.14%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F516E (or 0x9F516E) is known color: Vin Rouge. HEX triplet: 9F, 51 and 6E. RGB value is (159,81,110). Sum of RGB (Red+Green+Blue) = 159+81+110=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F516E is #60AE91. Grayscale: #6B6B6B. Windows color (decimal): -6336146 or 7229855. OLE color: 7229855.

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

Color convert

RGB 159 81 110 -
CMYK 0 0.49 0.31 0.38
HSL 337.69º 0.33% 0.47% -
HSV(B) 337.69º 0.49% 0.62% -
XYZ 20.05 14.38 16.47 -
YUV 107.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 159 81 110 0 0.49 0.31 0.38 337.69 0.33 0.47
Hex 9F 51 6E 0 31 1F 26 152 20 2F
Octal 237 121 156 0 61 37 46 522 40 57
Binary 10011111 1010001 1101110 0 110001 11111 100110 101010010 100000 101111

Color Harmonies of #9F516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F516E

Black with #9F516E

Text Example


Text Example

White with #9F516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,81,110); }

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

background-color css

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

 a { background-color: rgb(159,81,110); }

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

border-color css

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

 span { border-color: rgb(159,81,110); }

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