Html Css Color HEX #9F506E Vin Rouge

📋 copy color: '#9F506E'

red 159 ◦ green 80 ◦ blue 110

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

Shades of Vin Rouge #9F506E

Tints of Vin Rouge #9F506E

RGB

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

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

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

R = 45.56%
G = 22.92%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F506E (or 0x9F506E) is known color: Vin Rouge. HEX triplet: 9F, 50 and 6E. RGB value is (159,80,110). Sum of RGB (Red+Green+Blue) = 159+80+110=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F506E is #60AF91. Grayscale: #6A6A6A. Windows color (decimal): -6336402 or 7229599. OLE color: 7229599.

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

Color convert

RGB 159 80 110 -
CMYK 0 0.50 0.31 0.38
HSL 337.22º 0.33% 0.47% -
HSV(B) 337.22º 0.5% 0.62% -
XYZ 19.98 14.23 16.45 -
YUV 107.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 159 80 110 0 0.50 0.31 0.38 337.22 0.33 0.47
Hex 9F 50 6E 0 32 1F 26 151 21 2F
Octal 237 120 156 0 62 37 46 521 41 57
Binary 10011111 1010000 1101110 0 110010 11111 100110 101010001 100001 101111

Color Harmonies of #9F506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F506E

Black with #9F506E

Text Example


Text Example

White with #9F506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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