Html Css Color HEX #9F5F65 Vin Rouge

📋 copy color: '#9F5F65'

red 159 ◦ green 95 ◦ blue 101

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

Shades of Vin Rouge #9F5F65

Tints of Vin Rouge #9F5F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.76%

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 44.79%
G = 26.76%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9F5F65 (or 0x9F5F65) is known color: Vin Rouge. HEX triplet: 9F, 5F and 65. RGB value is (159,95,101). Sum of RGB (Red+Green+Blue) = 159+95+101=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5F65 is #60A09A. Grayscale: #727272. Windows color (decimal): -6332571 or 6643615. OLE color: 6643615.

HSL color Cylindrical-coordinate representation of color #9F5F65: hue angle of 354.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F65 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 95 101 -
CMYK 0 0.40 0.36 0.38
HSL 354.38º 0.25% 0.5% -
HSV(B) 354.38º 0.4% 0.62% -
XYZ 20.74 16.49 14.4 -
YUV 114.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 159 95 101 0 0.40 0.36 0.38 354.38 0.25 0.5
Hex 9F 5F 65 0 28 24 26 162 19 32
Octal 237 137 145 0 50 44 46 542 31 62
Binary 10011111 1011111 1100101 0 101000 100100 100110 101100010 11001 110010

Color Harmonies of #9F5F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5F65

Black with #9F5F65

Text Example


Text Example

White with #9F5F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,95,101); }

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

background-color css

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

 a { background-color: rgb(159,95,101); }

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

border-color css

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

 span { border-color: rgb(159,95,101); }

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