Html Css Color HEX #9C3370 Rouge

📋 copy color: '#9C3370'

red 156 ◦ green 51 ◦ blue 112

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

Shades of Rouge #9C3370

Tints of Rouge #9C3370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 48.9%
G = 15.99%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C3370 (or 0x9C3370) is known color: Rouge. HEX triplet: 9C, 33 and 70. RGB value is (156,51,112). Sum of RGB (Red+Green+Blue) = 156+51+112=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3370 is #63CC8F. Grayscale: #595959. Windows color (decimal): -6540432 or 7353244. OLE color: 7353244.

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

Color convert

RGB 156 51 112 -
CMYK 0 0.67 0.28 0.39
HSL 325.14º 0.51% 0.41% -
HSV(B) 325.14º 0.67% 0.61% -
XYZ 17.82 10.61 16.44 -
YUV 89.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 156 51 112 0 0.67 0.28 0.39 325.14 0.51 0.41
Hex 9C 33 70 0 43 1C 27 145 33 29
Octal 234 63 160 0 103 34 47 505 63 51
Binary 10011100 110011 1110000 0 1000011 11100 100111 101000101 110011 101001

Color Harmonies of #9C3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3370

Black with #9C3370

Text Example


Text Example

White with #9C3370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,112); }

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

background-color css

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

 a { background-color: rgb(156,51,112); }

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

border-color css

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

 span { border-color: rgb(156,51,112); }

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