Html Css Color HEX #9F5768 Vin Rouge

📋 copy color: '#9F5768'

red 159 ◦ green 87 ◦ blue 104

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

Shades of Vin Rouge #9F5768

Tints of Vin Rouge #9F5768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

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

R = 45.43%
G = 24.86%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9F5768 (or 0x9F5768) is known color: Vin Rouge. HEX triplet: 9F, 57 and 68. RGB value is (159,87,104). Sum of RGB (Red+Green+Blue) = 159+87+104=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5768 is #60A897. Grayscale: #6E6E6E. Windows color (decimal): -6334616 or 6838175. OLE color: 6838175.

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

Color convert

RGB 159 87 104 -
CMYK 0 0.45 0.35 0.38
HSL 345.83º 0.29% 0.48% -
HSV(B) 345.83º 0.45% 0.62% -
XYZ 20.2 15.19 14.96 -
YUV 110.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 159 87 104 0 0.45 0.35 0.38 345.83 0.29 0.48
Hex 9F 57 68 0 2D 23 26 15A 1D 30
Octal 237 127 150 0 55 43 46 532 35 60
Binary 10011111 1010111 1101000 0 101101 100011 100110 101011010 11101 110000

Color Harmonies of #9F5768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5768

Black with #9F5768

Text Example


Text Example

White with #9F5768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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