Html Css Color HEX #9F5A63 Vin Rouge

📋 copy color: '#9F5A63'

red 159 ◦ green 90 ◦ blue 99

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

Shades of Vin Rouge #9F5A63

Tints of Vin Rouge #9F5A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

 BLUE value IS 99 (39.06% from 255) = 28.45%

R = 45.69%
G = 25.86%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F5A63 (or 0x9F5A63) is known color: Vin Rouge. HEX triplet: 9F, 5A and 63. RGB value is (159,90,99). Sum of RGB (Red+Green+Blue) = 159+90+99=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A63 is #60A59C. Grayscale: #6F6F6F. Windows color (decimal): -6333853 or 6511263. OLE color: 6511263.

HSL color Cylindrical-coordinate representation of color #9F5A63: hue angle of 352.17º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5A63 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 90 99 -
CMYK 0 0.43 0.38 0.38
HSL 352.17º 0.28% 0.49% -
HSV(B) 352.17º 0.43% 0.62% -
XYZ 20.21 15.58 13.75 -
YUV 111.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 159 90 99 0 0.43 0.38 0.38 352.17 0.28 0.49
Hex 9F 5A 63 0 2B 26 26 160 1C 31
Octal 237 132 143 0 53 46 46 540 34 61
Binary 10011111 1011010 1100011 0 101011 100110 100110 101100000 11100 110001

Color Harmonies of #9F5A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5A63

Black with #9F5A63

Text Example


Text Example

White with #9F5A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,90,99); }

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

background-color css

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

 a { background-color: rgb(159,90,99); }

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

border-color css

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

 span { border-color: rgb(159,90,99); }

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