Html Css Color HEX #9D4874 Rouge

📋 copy color: '#9D4874'

red 157 ◦ green 72 ◦ blue 116

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

Shades of Rouge #9D4874

Tints of Rouge #9D4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.87%

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 45.51%
G = 20.87%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D4874 (or 0x9D4874) is known color: Rouge. HEX triplet: 9D, 48 and 74. RGB value is (157,72,116). Sum of RGB (Red+Green+Blue) = 157+72+116=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4874 is #62B78B. Grayscale: #666666. Windows color (decimal): -6469516 or 7620765. OLE color: 7620765.

HSL color Cylindrical-coordinate representation of color #9D4874: hue angle of 328.94º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D4874 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 72 116 -
CMYK 0 0.54 0.26 0.38
HSL 328.94º 0.37% 0.45% -
HSV(B) 328.94º 0.54% 0.62% -
XYZ 19.37 13.06 18.02 -
YUV 102.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 157 72 116 0 0.54 0.26 0.38 328.94 0.37 0.45
Hex 9D 48 74 0 36 1A 26 149 25 2D
Octal 235 110 164 0 66 32 46 511 45 55
Binary 10011101 1001000 1110100 0 110110 11010 100110 101001001 100101 101101

Color Harmonies of #9D4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4874

Black with #9D4874

Text Example


Text Example

White with #9D4874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,72,116); }

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

background-color css

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

 a { background-color: rgb(157,72,116); }

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

border-color css

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

 span { border-color: rgb(157,72,116); }

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