Html Css Color HEX #9C3672 Rouge

📋 copy color: '#9C3672'

red 156 ◦ green 54 ◦ blue 114

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

Shades of Rouge #9C3672

Tints of Rouge #9C3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 48.15%
G = 16.67%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C3672 (or 0x9C3672) is known color: Rouge. HEX triplet: 9C, 36 and 72. RGB value is (156,54,114). Sum of RGB (Red+Green+Blue) = 156+54+114=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3672 is #63C98D. Grayscale: #5B5B5B. Windows color (decimal): -6539662 or 7485084. OLE color: 7485084.

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

Color convert

RGB 156 54 114 -
CMYK 0 0.65 0.27 0.39
HSL 324.71º 0.49% 0.41% -
HSV(B) 324.71º 0.65% 0.61% -
XYZ 18.07 10.92 17.08 -
YUV 91.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 156 54 114 0 0.65 0.27 0.39 324.71 0.49 0.41
Hex 9C 36 72 0 41 1B 27 145 31 29
Octal 234 66 162 0 101 33 47 505 61 51
Binary 10011100 110110 1110010 0 1000001 11011 100111 101000101 110001 101001

Color Harmonies of #9C3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3672

Black with #9C3672

Text Example


Text Example

White with #9C3672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,54,114); }

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

background-color css

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

 a { background-color: rgb(156,54,114); }

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

border-color css

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

 span { border-color: rgb(156,54,114); }

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