Html Css Color HEX #9F506D Vin Rouge

📋 copy color: '#9F506D'

red 159 ◦ green 80 ◦ blue 109

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

Shades of Vin Rouge #9F506D

Tints of Vin Rouge #9F506D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 45.69%
G = 22.99%
B = 31.32%

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

#9F506D (or 0x9F506D) is known color: Vin Rouge. HEX triplet: 9F, 50 and 6D. RGB value is (159,80,109). Sum of RGB (Red+Green+Blue) = 159+80+109=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F506D is #60AF92. Grayscale: #6A6A6A. Windows color (decimal): -6336403 or 7164063. OLE color: 7164063.

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

Color convert

RGB 159 80 109 -
CMYK 0 0.50 0.31 0.38
HSL 337.97º 0.33% 0.47% -
HSV(B) 337.97º 0.5% 0.62% -
XYZ 19.93 14.21 16.16 -
YUV 106.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 159 80 109 0 0.50 0.31 0.38 337.97 0.33 0.47
Hex 9F 50 6D 0 32 1F 26 152 21 2F
Octal 237 120 155 0 62 37 46 522 41 57
Binary 10011111 1010000 1101101 0 110010 11111 100110 101010010 100001 101111

Color Harmonies of #9F506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F506D

Black with #9F506D

Text Example


Text Example

White with #9F506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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