Html Css Color HEX #9C3770 Rouge

📋 copy color: '#9C3770'

red 156 ◦ green 55 ◦ blue 112

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

Shades of Rouge #9C3770

Tints of Rouge #9C3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 48.3%
G = 17.03%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C3770 (or 0x9C3770) is known color: Rouge. HEX triplet: 9C, 37 and 70. RGB value is (156,55,112). Sum of RGB (Red+Green+Blue) = 156+55+112=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3770 is #63C88F. Grayscale: #5B5B5B. Windows color (decimal): -6539408 or 7354268. OLE color: 7354268.

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

Color convert

RGB 156 55 112 -
CMYK 0 0.65 0.28 0.39
HSL 326.14º 0.48% 0.41% -
HSV(B) 326.14º 0.65% 0.61% -
XYZ 18 10.97 16.5 -
YUV 91.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 156 55 112 0 0.65 0.28 0.39 326.14 0.48 0.41
Hex 9C 37 70 0 41 1C 27 146 30 29
Octal 234 67 160 0 101 34 47 506 60 51
Binary 10011100 110111 1110000 0 1000001 11100 100111 101000110 110000 101001

Color Harmonies of #9C3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3770

Black with #9C3770

Text Example


Text Example

White with #9C3770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,55,112); }

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

background-color css

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

 a { background-color: rgb(156,55,112); }

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

border-color css

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

 span { border-color: rgb(156,55,112); }

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