Html Css Color HEX #9C3375 Rouge

📋 copy color: '#9C3375'

red 156 ◦ green 51 ◦ blue 117

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

Shades of Rouge #9C3375

Tints of Rouge #9C3375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 48.15%
G = 15.74%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C3375 (or 0x9C3375) is known color: Rouge. HEX triplet: 9C, 33 and 75. RGB value is (156,51,117). Sum of RGB (Red+Green+Blue) = 156+51+117=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C3375 is #63CC8A. Grayscale: #595959. Windows color (decimal): -6540427 or 7680924. OLE color: 7680924.

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

Color convert

RGB 156 51 117 -
CMYK 0 0.67 0.25 0.39
HSL 322.29º 0.51% 0.41% -
HSV(B) 322.29º 0.67% 0.61% -
XYZ 18.11 10.72 17.94 -
YUV 89.92 143.29 175.13 -
System Red Green Blue C M Y K H S L
Decimal 156 51 117 0 0.67 0.25 0.39 322.29 0.51 0.41
Hex 9C 33 75 0 43 19 27 142 33 29
Octal 234 63 165 0 103 31 47 502 63 51
Binary 10011100 110011 1110101 0 1000011 11001 100111 101000010 110011 101001

Color Harmonies of #9C3375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3375

Black with #9C3375

Text Example


Text Example

White with #9C3375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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