Html Css Color HEX #9C3760 Rouge

📋 copy color: '#9C3760'

red 156 ◦ green 55 ◦ blue 96

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

Shades of Rouge #9C3760

Tints of Rouge #9C3760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 96 (37.89% from 255) = 31.27%

R = 50.81%
G = 17.92%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C3760 (or 0x9C3760) is known color: Rouge. HEX triplet: 9C, 37 and 60. RGB value is (156,55,96). Sum of RGB (Red+Green+Blue) = 156+55+96=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3760 is #63C89F. Grayscale: #595959. Windows color (decimal): -6539424 or 6305692. OLE color: 6305692.

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

Color convert

RGB 156 55 96 -
CMYK 0 0.65 0.38 0.39
HSL 335.64º 0.48% 0.41% -
HSV(B) 335.64º 0.65% 0.61% -
XYZ 17.19 10.64 12.22 -
YUV 89.87 131.46 175.17 -
System Red Green Blue C M Y K H S L
Decimal 156 55 96 0 0.65 0.38 0.39 335.64 0.48 0.41
Hex 9C 37 60 0 41 26 27 150 30 29
Octal 234 67 140 0 101 46 47 520 60 51
Binary 10011100 110111 1100000 0 1000001 100110 100111 101010000 110000 101001

Color Harmonies of #9C3760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3760

Black with #9C3760

Text Example


Text Example

White with #9C3760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,55,96); }

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

background-color css

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

 a { background-color: rgb(156,55,96); }

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

border-color css

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

 span { border-color: rgb(156,55,96); }

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