Html Css Color HEX #9C4271 Rouge

📋 copy color: '#9C4271'

red 156 ◦ green 66 ◦ blue 113

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

Shades of Rouge #9C4271

Tints of Rouge #9C4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 46.57%
G = 19.7%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C4271 (or 0x9C4271) is known color: Rouge. HEX triplet: 9C, 42 and 71. RGB value is (156,66,113). Sum of RGB (Red+Green+Blue) = 156+66+113=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4271 is #63BD8E. Grayscale: #626262. Windows color (decimal): -6536591 or 7422620. OLE color: 7422620.

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

Color convert

RGB 156 66 113 -
CMYK 0 0.58 0.28 0.39
HSL 328.67º 0.41% 0.44% -
HSV(B) 328.67º 0.58% 0.61% -
XYZ 18.64 12.16 16.99 -
YUV 98.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 156 66 113 0 0.58 0.28 0.39 328.67 0.41 0.44
Hex 9C 42 71 0 3A 1C 27 149 29 2C
Octal 234 102 161 0 72 34 47 511 51 54
Binary 10011100 1000010 1110001 0 111010 11100 100111 101001001 101001 101100

Color Harmonies of #9C4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4271

Black with #9C4271

Text Example


Text Example

White with #9C4271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,66,113); }

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

background-color css

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

 a { background-color: rgb(156,66,113); }

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

border-color css

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

 span { border-color: rgb(156,66,113); }

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