Html Css Color HEX #9F5072 Vin Rouge

📋 copy color: '#9F5072'

red 159 ◦ green 80 ◦ blue 114

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

Shades of Vin Rouge #9F5072

Tints of Vin Rouge #9F5072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 45.04%
G = 22.66%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F5072 (or 0x9F5072) is known color: Vin Rouge. HEX triplet: 9F, 50 and 72. RGB value is (159,80,114). Sum of RGB (Red+Green+Blue) = 159+80+114=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5072 is #60AF8D. Grayscale: #6B6B6B. Windows color (decimal): -6336398 or 7491743. OLE color: 7491743.

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

Color convert

RGB 159 80 114 -
CMYK 0 0.50 0.28 0.38
HSL 334.18º 0.33% 0.47% -
HSV(B) 334.18º 0.5% 0.62% -
XYZ 20.2 14.32 17.62 -
YUV 107.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 159 80 114 0 0.50 0.28 0.38 334.18 0.33 0.47
Hex 9F 50 72 0 32 1C 26 14E 21 2F
Octal 237 120 162 0 62 34 46 516 41 57
Binary 10011111 1010000 1110010 0 110010 11100 100110 101001110 100001 101111

Color Harmonies of #9F5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5072

Black with #9F5072

Text Example


Text Example

White with #9F5072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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