Html Css Color HEX #9F5173 Vin Rouge

📋 copy color: '#9F5173'

red 159 ◦ green 81 ◦ blue 115

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

Shades of Vin Rouge #9F5173

Tints of Vin Rouge #9F5173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 44.79%
G = 22.82%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F5173 (or 0x9F5173) is known color: Vin Rouge. HEX triplet: 9F, 51 and 73. RGB value is (159,81,115). Sum of RGB (Red+Green+Blue) = 159+81+115=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5173 is #60AE8C. Grayscale: #6C6C6C. Windows color (decimal): -6336141 or 7557535. OLE color: 7557535.

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

Color convert

RGB 159 81 115 -
CMYK 0 0.49 0.28 0.38
HSL 333.85º 0.33% 0.47% -
HSV(B) 333.85º 0.49% 0.62% -
XYZ 20.34 14.49 17.95 -
YUV 108.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 159 81 115 0 0.49 0.28 0.38 333.85 0.33 0.47
Hex 9F 51 73 0 31 1C 26 14E 20 2F
Octal 237 121 163 0 61 34 46 516 40 57
Binary 10011111 1010001 1110011 0 110001 11100 100110 101001110 100000 101111

Color Harmonies of #9F5173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5173

Black with #9F5173

Text Example


Text Example

White with #9F5173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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