Html Css Color HEX #9C4172 Rouge

📋 copy color: '#9C4172'

red 156 ◦ green 65 ◦ blue 114

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

Shades of Rouge #9C4172

Tints of Rouge #9C4172

RGB

 RED value IS 156 (61.33% from 255) = 46.57%

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 46.57%
G = 19.4%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C4172 (or 0x9C4172) is known color: Rouge. HEX triplet: 9C, 41 and 72. RGB value is (156,65,114). Sum of RGB (Red+Green+Blue) = 156+65+114=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4172 is #63BE8D. Grayscale: #616161. Windows color (decimal): -6536846 or 7487900. OLE color: 7487900.

HSL color Cylindrical-coordinate representation of color #9C4172: hue angle of 327.69º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4172 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 65 114 -
CMYK 0 0.58 0.27 0.39
HSL 327.69º 0.41% 0.43% -
HSV(B) 327.69º 0.58% 0.61% -
XYZ 18.64 12.06 17.27 -
YUV 97.8 137.15 169.52 -
System Red Green Blue C M Y K H S L
Decimal 156 65 114 0 0.58 0.27 0.39 327.69 0.41 0.43
Hex 9C 41 72 0 3A 1B 27 148 29 2B
Octal 234 101 162 0 72 33 47 510 51 53
Binary 10011100 1000001 1110010 0 111010 11011 100111 101001000 101001 101011

Color Harmonies of #9C4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4172

Black with #9C4172

Text Example


Text Example

White with #9C4172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,65,114); }

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

background-color css

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

 a { background-color: rgb(156,65,114); }

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

border-color css

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

 span { border-color: rgb(156,65,114); }

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