Html Css Color HEX #9F4675 Rouge

📋 copy color: '#9F4675'

red 159 ◦ green 70 ◦ blue 117

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

Shades of Rouge #9F4675

Tints of Rouge #9F4675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

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

R = 45.95%
G = 20.23%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F4675 (or 0x9F4675) is known color: Rouge. HEX triplet: 9F, 46 and 75. RGB value is (159,70,117). Sum of RGB (Red+Green+Blue) = 159+70+117=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4675 is #60B98A. Grayscale: #656565. Windows color (decimal): -6338955 or 7685791. OLE color: 7685791.

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

Color convert

RGB 159 70 117 -
CMYK 0 0.56 0.26 0.38
HSL 328.31º 0.39% 0.45% -
HSV(B) 328.31º 0.56% 0.62% -
XYZ 19.7 13.04 18.31 -
YUV 101.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 159 70 117 0 0.56 0.26 0.38 328.31 0.39 0.45
Hex 9F 46 75 0 38 1A 26 148 27 2D
Octal 237 106 165 0 70 32 46 510 47 55
Binary 10011111 1000110 1110101 0 111000 11010 100110 101001000 100111 101101

Color Harmonies of #9F4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4675

Black with #9F4675

Text Example


Text Example

White with #9F4675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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