Html Css Color HEX #9C376E Rouge

📋 copy color: '#9C376E'

red 156 ◦ green 55 ◦ blue 110

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

Shades of Rouge #9C376E

Tints of Rouge #9C376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 48.6%
G = 17.13%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C376E (or 0x9C376E) is known color: Rouge. HEX triplet: 9C, 37 and 6E. RGB value is (156,55,110). Sum of RGB (Red+Green+Blue) = 156+55+110=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C376E is #63C891. Grayscale: #5B5B5B. Windows color (decimal): -6539410 or 7223196. OLE color: 7223196.

HSL color Cylindrical-coordinate representation of color #9C376E: hue angle of 327.33º 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 #9C376E is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 55 110 -
CMYK 0 0.65 0.29 0.39
HSL 327.33º 0.48% 0.41% -
HSV(B) 327.33º 0.65% 0.61% -
XYZ 17.89 10.93 15.92 -
YUV 91.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 156 55 110 0 0.65 0.29 0.39 327.33 0.48 0.41
Hex 9C 37 6E 0 41 1D 27 147 30 29
Octal 234 67 156 0 101 35 47 507 60 51
Binary 10011100 110111 1101110 0 1000001 11101 100111 101000111 110000 101001

Color Harmonies of #9C376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C376E

Black with #9C376E

Text Example


Text Example

White with #9C376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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