Html Css Color HEX #9C3471 Rouge

📋 copy color: '#9C3471'

red 156 ◦ green 52 ◦ blue 113

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

Shades of Rouge #9C3471

Tints of Rouge #9C3471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

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

R = 48.6%
G = 16.2%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C3471 (or 0x9C3471) is known color: Rouge. HEX triplet: 9C, 34 and 71. RGB value is (156,52,113). Sum of RGB (Red+Green+Blue) = 156+52+113=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3471 is #63CB8E. Grayscale: #595959. Windows color (decimal): -6540175 or 7419036. OLE color: 7419036.

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

Color convert

RGB 156 52 113 -
CMYK 0 0.67 0.28 0.39
HSL 324.81º 0.5% 0.41% -
HSV(B) 324.81º 0.67% 0.61% -
XYZ 17.92 10.72 16.75 -
YUV 90.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 156 52 113 0 0.67 0.28 0.39 324.81 0.5 0.41
Hex 9C 34 71 0 43 1C 27 145 32 29
Octal 234 64 161 0 103 34 47 505 62 51
Binary 10011100 110100 1110001 0 1000011 11100 100111 101000101 110010 101001

Color Harmonies of #9C3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3471

Black with #9C3471

Text Example


Text Example

White with #9C3471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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