Html Css Color HEX #9F596C Vin Rouge

📋 copy color: '#9F596C'

red 159 ◦ green 89 ◦ blue 108

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

Shades of Vin Rouge #9F596C

Tints of Vin Rouge #9F596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 44.66%
G = 25%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F596C (or 0x9F596C) is known color: Vin Rouge. HEX triplet: 9F, 59 and 6C. RGB value is (159,89,108). Sum of RGB (Red+Green+Blue) = 159+89+108=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F596C is #60A693. Grayscale: #707070. Windows color (decimal): -6334100 or 7100831. OLE color: 7100831.

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

Color convert

RGB 159 89 108 -
CMYK 0 0.44 0.32 0.38
HSL 343.71º 0.28% 0.49% -
HSV(B) 343.71º 0.44% 0.62% -
XYZ 20.58 15.6 16.11 -
YUV 112.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 159 89 108 0 0.44 0.32 0.38 343.71 0.28 0.49
Hex 9F 59 6C 0 2C 20 26 158 1C 31
Octal 237 131 154 0 54 40 46 530 34 61
Binary 10011111 1011001 1101100 0 101100 100000 100110 101011000 11100 110001

Color Harmonies of #9F596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F596C

Black with #9F596C

Text Example


Text Example

White with #9F596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,108); }

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

background-color css

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

 a { background-color: rgb(159,89,108); }

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

border-color css

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

 span { border-color: rgb(159,89,108); }

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