Html Css Color HEX #9F5064 Vin Rouge

📋 copy color: '#9F5064'

red 159 ◦ green 80 ◦ blue 100

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

Shades of Vin Rouge #9F5064

Tints of Vin Rouge #9F5064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 46.9%
G = 23.6%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9F5064 (or 0x9F5064) is known color: Vin Rouge. HEX triplet: 9F, 50 and 64. RGB value is (159,80,100). Sum of RGB (Red+Green+Blue) = 159+80+100=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5064 is #60AF9B. Grayscale: #696969. Windows color (decimal): -6336412 or 6574239. OLE color: 6574239.

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

Color convert

RGB 159 80 100 -
CMYK 0 0.50 0.37 0.38
HSL 344.81º 0.33% 0.47% -
HSV(B) 344.81º 0.5% 0.62% -
XYZ 19.47 14.03 13.74 -
YUV 105.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 159 80 100 0 0.50 0.37 0.38 344.81 0.33 0.47
Hex 9F 50 64 0 32 25 26 159 21 2F
Octal 237 120 144 0 62 45 46 531 41 57
Binary 10011111 1010000 1100100 0 110010 100101 100110 101011001 100001 101111

Color Harmonies of #9F5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5064

Black with #9F5064

Text Example


Text Example

White with #9F5064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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