Html Css Color HEX #9F4575 Rouge

📋 copy color: '#9F4575'

red 159 ◦ green 69 ◦ blue 117

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

Shades of Rouge #9F4575

Tints of Rouge #9F4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20%

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 46.09%
G = 20%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F4575 (or 0x9F4575) is known color: Rouge. HEX triplet: 9F, 45 and 75. RGB value is (159,69,117). Sum of RGB (Red+Green+Blue) = 159+69+117=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4575 is #60BA8A. Grayscale: #656565. Windows color (decimal): -6339211 or 7685535. OLE color: 7685535.

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

Color convert

RGB 159 69 117 -
CMYK 0 0.57 0.26 0.38
HSL 328º 0.39% 0.45% -
HSV(B) 328º 0.57% 0.62% -
XYZ 19.64 12.91 18.29 -
YUV 101.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 159 69 117 0 0.57 0.26 0.38 328 0.39 0.45
Hex 9F 45 75 0 39 1A 26 148 27 2D
Octal 237 105 165 0 71 32 46 510 47 55
Binary 10011111 1000101 1110101 0 111001 11010 100110 101001000 100111 101101

Color Harmonies of #9F4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4575

Black with #9F4575

Text Example


Text Example

White with #9F4575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,69,117); }

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

background-color css

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

 a { background-color: rgb(159,69,117); }

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

border-color css

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

 span { border-color: rgb(159,69,117); }

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