Html Css Color HEX #9F5A68 Vin Rouge

📋 copy color: '#9F5A68'

red 159 ◦ green 90 ◦ blue 104

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

Shades of Vin Rouge #9F5A68

Tints of Vin Rouge #9F5A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.46%

R = 45.04%
G = 25.5%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F5A68 (or 0x9F5A68) is known color: Vin Rouge. HEX triplet: 9F, 5A and 68. RGB value is (159,90,104). Sum of RGB (Red+Green+Blue) = 159+90+104=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A68 is #60A597. Grayscale: #707070. Windows color (decimal): -6333848 or 6838943. OLE color: 6838943.

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

Color convert

RGB 159 90 104 -
CMYK 0 0.43 0.35 0.38
HSL 347.83º 0.28% 0.49% -
HSV(B) 347.83º 0.43% 0.62% -
XYZ 20.45 15.68 15.05 -
YUV 112.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 159 90 104 0 0.43 0.35 0.38 347.83 0.28 0.49
Hex 9F 5A 68 0 2B 23 26 15C 1C 31
Octal 237 132 150 0 53 43 46 534 34 61
Binary 10011111 1011010 1101000 0 101011 100011 100110 101011100 11100 110001

Color Harmonies of #9F5A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5A68

Black with #9F5A68

Text Example


Text Example

White with #9F5A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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