Html Css Color HEX #9D4376 Rouge

📋 copy color: '#9D4376'

red 157 ◦ green 67 ◦ blue 118

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

Shades of Rouge #9D4376

Tints of Rouge #9D4376

RGB

 RED value IS 157 (61.72% from 255) = 45.91%

 GREEN value IS 67 (26.56% from 255) = 19.59%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 45.91%
G = 19.59%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D4376 (or 0x9D4376) is known color: Rouge. HEX triplet: 9D, 43 and 76. RGB value is (157,67,118). Sum of RGB (Red+Green+Blue) = 157+67+118=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4376 is #62BC89. Grayscale: #636363. Windows color (decimal): -6470794 or 7750557. OLE color: 7750557.

HSL color Cylindrical-coordinate representation of color #9D4376: hue angle of 326º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4376 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 67 118 -
CMYK 0 0.57 0.25 0.38
HSL 326º 0.4% 0.44% -
HSV(B) 326º 0.57% 0.62% -
XYZ 19.18 12.49 18.54 -
YUV 99.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 157 67 118 0 0.57 0.25 0.38 326 0.4 0.44
Hex 9D 43 76 0 39 19 26 146 28 2C
Octal 235 103 166 0 71 31 46 506 50 54
Binary 10011101 1000011 1110110 0 111001 11001 100110 101000110 101000 101100

Color Harmonies of #9D4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4376

Black with #9D4376

Text Example


Text Example

White with #9D4376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,67,118); }

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

background-color css

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

 a { background-color: rgb(157,67,118); }

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

border-color css

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

 span { border-color: rgb(157,67,118); }

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