Html Css Color HEX #9F586E Vin Rouge

📋 copy color: '#9F586E'

red 159 ◦ green 88 ◦ blue 110

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

Shades of Vin Rouge #9F586E

Tints of Vin Rouge #9F586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 44.54%
G = 24.65%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F586E (or 0x9F586E) is known color: Vin Rouge. HEX triplet: 9F, 58 and 6E. RGB value is (159,88,110). Sum of RGB (Red+Green+Blue) = 159+88+110=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F586E is #60A791. Grayscale: #6F6F6F. Windows color (decimal): -6334354 or 7231647. OLE color: 7231647.

HSL color Cylindrical-coordinate representation of color #9F586E: hue angle of 341.41º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F586E is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 88 110 -
CMYK 0 0.45 0.31 0.38
HSL 341.41º 0.29% 0.48% -
HSV(B) 341.41º 0.45% 0.62% -
XYZ 20.6 15.48 16.65 -
YUV 111.74 127.02 161.71 -
System Red Green Blue C M Y K H S L
Decimal 159 88 110 0 0.45 0.31 0.38 341.41 0.29 0.48
Hex 9F 58 6E 0 2D 1F 26 155 1D 30
Octal 237 130 156 0 55 37 46 525 35 60
Binary 10011111 1011000 1101110 0 101101 11111 100110 101010101 11101 110000

Color Harmonies of #9F586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F586E

Black with #9F586E

Text Example


Text Example

White with #9F586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,110); }

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

background-color css

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

 a { background-color: rgb(159,88,110); }

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

border-color css

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

 span { border-color: rgb(159,88,110); }

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