Html Css Color HEX #9C4071 Rouge

📋 copy color: '#9C4071'

red 156 ◦ green 64 ◦ blue 113

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

Shades of Rouge #9C4071

Tints of Rouge #9C4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 46.85%
G = 19.22%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C4071 (or 0x9C4071) is known color: Rouge. HEX triplet: 9C, 40 and 71. RGB value is (156,64,113). Sum of RGB (Red+Green+Blue) = 156+64+113=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4071 is #63BF8E. Grayscale: #606060. Windows color (decimal): -6537103 or 7422108. OLE color: 7422108.

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

Color convert

RGB 156 64 113 -
CMYK 0 0.59 0.28 0.39
HSL 328.04º 0.42% 0.43% -
HSV(B) 328.04º 0.59% 0.61% -
XYZ 18.52 11.93 16.95 -
YUV 97.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 156 64 113 0 0.59 0.28 0.39 328.04 0.42 0.43
Hex 9C 40 71 0 3B 1C 27 148 2A 2B
Octal 234 100 161 0 73 34 47 510 52 53
Binary 10011100 1000000 1110001 0 111011 11100 100111 101001000 101010 101011

Color Harmonies of #9C4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4071

Black with #9C4071

Text Example


Text Example

White with #9C4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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