Html Css Color HEX #9C366C Rouge

📋 copy color: '#9C366C'

red 156 ◦ green 54 ◦ blue 108

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

Shades of Rouge #9C366C

Tints of Rouge #9C366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 49.06%
G = 16.98%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C366C (or 0x9C366C) is known color: Rouge. HEX triplet: 9C, 36 and 6C. RGB value is (156,54,108). Sum of RGB (Red+Green+Blue) = 156+54+108=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C366C is #63C993. Grayscale: #5A5A5A. Windows color (decimal): -6539668 or 7091868. OLE color: 7091868.

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

Color convert

RGB 156 54 108 -
CMYK 0 0.65 0.31 0.39
HSL 328.24º 0.49% 0.41% -
HSV(B) 328.24º 0.65% 0.61% -
XYZ 17.74 10.79 15.34 -
YUV 90.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 156 54 108 0 0.65 0.31 0.39 328.24 0.49 0.41
Hex 9C 36 6C 0 41 1F 27 148 31 29
Octal 234 66 154 0 101 37 47 510 61 51
Binary 10011100 110110 1101100 0 1000001 11111 100111 101001000 110001 101001

Color Harmonies of #9C366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C366C

Black with #9C366C

Text Example


Text Example

White with #9C366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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