Html Css Color HEX #9F506F Vin Rouge

📋 copy color: '#9F506F'

red 159 ◦ green 80 ◦ blue 111

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

Shades of Vin Rouge #9F506F

Tints of Vin Rouge #9F506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 45.43%
G = 22.86%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F506F (or 0x9F506F) is known color: Vin Rouge. HEX triplet: 9F, 50 and 6F. RGB value is (159,80,111). Sum of RGB (Red+Green+Blue) = 159+80+111=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F506F is #60AF90. Grayscale: #6B6B6B. Windows color (decimal): -6336401 or 7295135. OLE color: 7295135.

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

Color convert

RGB 159 80 111 -
CMYK 0 0.50 0.30 0.38
HSL 336.46º 0.33% 0.47% -
HSV(B) 336.46º 0.5% 0.62% -
XYZ 20.04 14.26 16.73 -
YUV 107.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 159 80 111 0 0.50 0.30 0.38 336.46 0.33 0.47
Hex 9F 50 6F 0 32 1E 26 150 21 2F
Octal 237 120 157 0 62 36 46 520 41 57
Binary 10011111 1010000 1101111 0 110010 11110 100110 101010000 100001 101111

Color Harmonies of #9F506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F506F

Black with #9F506F

Text Example


Text Example

White with #9F506F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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