Html Css Color HEX #9F3560 Rouge

📋 copy color: '#9F3560'

red 159 ◦ green 53 ◦ blue 96

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

Shades of Rouge #9F3560

Tints of Rouge #9F3560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

 BLUE value IS 96 (37.89% from 255) = 31.17%

R = 51.62%
G = 17.21%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F3560 (or 0x9F3560) is known color: Rouge. HEX triplet: 9F, 35 and 60. RGB value is (159,53,96). Sum of RGB (Red+Green+Blue) = 159+53+96=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3560 is #60CA9F. Grayscale: #595959. Windows color (decimal): -6343328 or 6305183. OLE color: 6305183.

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

Color convert

RGB 159 53 96 -
CMYK 0 0.67 0.40 0.38
HSL 335.66º 0.5% 0.42% -
HSV(B) 335.66º 0.67% 0.62% -
XYZ 17.68 10.76 12.21 -
YUV 89.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 159 53 96 0 0.67 0.40 0.38 335.66 0.5 0.42
Hex 9F 35 60 0 43 28 26 150 32 2A
Octal 237 65 140 0 103 50 46 520 62 52
Binary 10011111 110101 1100000 0 1000011 101000 100110 101010000 110010 101010

Color Harmonies of #9F3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3560

Black with #9F3560

Text Example


Text Example

White with #9F3560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,53,96); }

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

background-color css

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

 a { background-color: rgb(159,53,96); }

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

border-color css

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

 span { border-color: rgb(159,53,96); }

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