Html Css Color HEX #9F516C Vin Rouge

📋 copy color: '#9F516C'

red 159 ◦ green 81 ◦ blue 108

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

Shades of Vin Rouge #9F516C

Tints of Vin Rouge #9F516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 45.69%
G = 23.28%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F516C (or 0x9F516C) is known color: Vin Rouge. HEX triplet: 9F, 51 and 6C. RGB value is (159,81,108). Sum of RGB (Red+Green+Blue) = 159+81+108=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F516C is #60AE93. Grayscale: #6B6B6B. Windows color (decimal): -6336148 or 7098783. OLE color: 7098783.

HSL color Cylindrical-coordinate representation of color #9F516C: hue angle of 339.23º 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 #9F516C is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 81 108 -
CMYK 0 0.49 0.32 0.38
HSL 339.23º 0.33% 0.47% -
HSV(B) 339.23º 0.49% 0.62% -
XYZ 19.95 14.34 15.9 -
YUV 107.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 159 81 108 0 0.49 0.32 0.38 339.23 0.33 0.47
Hex 9F 51 6C 0 31 20 26 153 20 2F
Octal 237 121 154 0 61 40 46 523 40 57
Binary 10011111 1010001 1101100 0 110001 100000 100110 101010011 100000 101111

Color Harmonies of #9F516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F516C

Black with #9F516C

Text Example


Text Example

White with #9F516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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