Html Css Color HEX #9D4372 Rouge

📋 copy color: '#9D4372'

red 157 ◦ green 67 ◦ blue 114

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

Shades of Rouge #9D4372

Tints of Rouge #9D4372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 46.45%
G = 19.82%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9D4372 (or 0x9D4372) is known color: Rouge. HEX triplet: 9D, 43 and 72. RGB value is (157,67,114). Sum of RGB (Red+Green+Blue) = 157+67+114=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4372 is #62BC8D. Grayscale: #636363. Windows color (decimal): -6470798 or 7488413. OLE color: 7488413.

HSL color Cylindrical-coordinate representation of color #9D4372: hue angle of 328.67º 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 #9D4372 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 67 114 -
CMYK 0 0.57 0.27 0.38
HSL 328.67º 0.4% 0.44% -
HSV(B) 328.67º 0.57% 0.62% -
XYZ 18.95 12.4 17.31 -
YUV 99.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 157 67 114 0 0.57 0.27 0.38 328.67 0.4 0.44
Hex 9D 43 72 0 39 1B 26 149 28 2C
Octal 235 103 162 0 71 33 46 511 50 54
Binary 10011101 1000011 1110010 0 111001 11011 100110 101001001 101000 101100

Color Harmonies of #9D4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4372

Black with #9D4372

Text Example


Text Example

White with #9D4372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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