Html Css Color HEX #9C3977 Rouge

📋 copy color: '#9C3977'

red 156 ◦ green 57 ◦ blue 119

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

Shades of Rouge #9C3977

Tints of Rouge #9C3977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 46.99%
G = 17.17%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C3977 (or 0x9C3977) is known color: Rouge. HEX triplet: 9C, 39 and 77. RGB value is (156,57,119). Sum of RGB (Red+Green+Blue) = 156+57+119=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3977 is #63C688. Grayscale: #5D5D5D. Windows color (decimal): -6538889 or 7813532. OLE color: 7813532.

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

Color convert

RGB 156 57 119 -
CMYK 0 0.63 0.24 0.39
HSL 322.42º 0.46% 0.42% -
HSV(B) 322.42º 0.63% 0.61% -
XYZ 18.5 11.33 18.66 -
YUV 93.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 156 57 119 0 0.63 0.24 0.39 322.42 0.46 0.42
Hex 9C 39 77 0 3F 18 27 142 2E 2A
Octal 234 71 167 0 77 30 47 502 56 52
Binary 10011100 111001 1110111 0 111111 11000 100111 101000010 101110 101010

Color Harmonies of #9C3977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3977

Black with #9C3977

Text Example


Text Example

White with #9C3977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,57,119); }

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

background-color css

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

 a { background-color: rgb(156,57,119); }

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

border-color css

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

 span { border-color: rgb(156,57,119); }

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