Html Css Color HEX #9C396D Rouge

📋 copy color: '#9C396D'

red 156 ◦ green 57 ◦ blue 109

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

Shades of Rouge #9C396D

Tints of Rouge #9C396D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 48.45%
G = 17.7%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C396D (or 0x9C396D) is known color: Rouge. HEX triplet: 9C, 39 and 6D. RGB value is (156,57,109). Sum of RGB (Red+Green+Blue) = 156+57+109=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C396D is #63C692. Grayscale: #5C5C5C. Windows color (decimal): -6538899 or 7158172. OLE color: 7158172.

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

Color convert

RGB 156 57 109 -
CMYK 0 0.63 0.30 0.39
HSL 328.48º 0.46% 0.42% -
HSV(B) 328.48º 0.63% 0.61% -
XYZ 17.93 11.1 15.66 -
YUV 92.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 156 57 109 0 0.63 0.30 0.39 328.48 0.46 0.42
Hex 9C 39 6D 0 3F 1E 27 148 2E 2A
Octal 234 71 155 0 77 36 47 510 56 52
Binary 10011100 111001 1101101 0 111111 11110 100111 101001000 101110 101010

Color Harmonies of #9C396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C396D

Black with #9C396D

Text Example


Text Example

White with #9C396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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