Html Css Color HEX #9F2C6D Rouge

📋 copy color: '#9F2C6D'

red 159 ◦ green 44 ◦ blue 109

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

Shades of Rouge #9F2C6D

Tints of Rouge #9F2C6D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 50.96%
G = 14.1%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F2C6D (or 0x9F2C6D) is known color: Rouge. HEX triplet: 9F, 2C and 6D. RGB value is (159,44,109). Sum of RGB (Red+Green+Blue) = 159+44+109=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2C6D is #60D392. Grayscale: #555555. Windows color (decimal): -6345619 or 7154847. OLE color: 7154847.

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

Color convert

RGB 159 44 109 -
CMYK 0 0.72 0.31 0.38
HSL 326.09º 0.57% 0.4% -
HSV(B) 326.09º 0.72% 0.62% -
XYZ 17.96 10.28 15.51 -
YUV 85.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 159 44 109 0 0.72 0.31 0.38 326.09 0.57 0.4
Hex 9F 2C 6D 0 48 1F 26 146 39 28
Octal 237 54 155 0 110 37 46 506 71 50
Binary 10011111 101100 1101101 0 1001000 11111 100110 101000110 111001 101000

Color Harmonies of #9F2C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2C6D

Black with #9F2C6D

Text Example


Text Example

White with #9F2C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,44,109); }

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

background-color css

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

 a { background-color: rgb(159,44,109); }

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

border-color css

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

 span { border-color: rgb(159,44,109); }

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