Html Css Color HEX #9C356D Rouge

📋 copy color: '#9C356D'

red 156 ◦ green 53 ◦ blue 109

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

Shades of Rouge #9C356D

Tints of Rouge #9C356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.67%

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

R = 49.06%
G = 16.67%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C356D (or 0x9C356D) is known color: Rouge. HEX triplet: 9C, 35 and 6D. RGB value is (156,53,109). Sum of RGB (Red+Green+Blue) = 156+53+109=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C356D is #63CA92. Grayscale: #5A5A5A. Windows color (decimal): -6539923 or 7157148. OLE color: 7157148.

HSL color Cylindrical-coordinate representation of color #9C356D: hue angle of 327.38º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C356D is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 53 109 -
CMYK 0 0.66 0.30 0.39
HSL 327.38º 0.49% 0.41% -
HSV(B) 327.38º 0.66% 0.61% -
XYZ 17.74 10.72 15.6 -
YUV 90.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 156 53 109 0 0.66 0.30 0.39 327.38 0.49 0.41
Hex 9C 35 6D 0 42 1E 27 147 31 29
Octal 234 65 155 0 102 36 47 507 61 51
Binary 10011100 110101 1101101 0 1000010 11110 100111 101000111 110001 101001

Color Harmonies of #9C356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C356D

Black with #9C356D

Text Example


Text Example

White with #9C356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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