Html Css Color HEX #9C366D Rouge

📋 copy color: '#9C366D'

red 156 ◦ green 54 ◦ blue 109

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

Shades of Rouge #9C366D

Tints of Rouge #9C366D

RGB

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

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

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

R = 48.9%
G = 16.93%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C366D (or 0x9C366D) is known color: Rouge. HEX triplet: 9C, 36 and 6D. RGB value is (156,54,109). Sum of RGB (Red+Green+Blue) = 156+54+109=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C366D is #63C992. Grayscale: #5A5A5A. Windows color (decimal): -6539667 or 7157404. OLE color: 7157404.

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

Color convert

RGB 156 54 109 -
CMYK 0 0.65 0.30 0.39
HSL 327.65º 0.49% 0.41% -
HSV(B) 327.65º 0.65% 0.61% -
XYZ 17.79 10.81 15.62 -
YUV 90.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 156 54 109 0 0.65 0.30 0.39 327.65 0.49 0.41
Hex 9C 36 6D 0 41 1E 27 148 31 29
Octal 234 66 155 0 101 36 47 510 61 51
Binary 10011100 110110 1101101 0 1000001 11110 100111 101001000 110001 101001

Color Harmonies of #9C366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C366D

Black with #9C366D

Text Example


Text Example

White with #9C366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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