Html Css Color HEX #9D4270 Rouge

📋 copy color: '#9D4270'

red 157 ◦ green 66 ◦ blue 112

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

Shades of Rouge #9D4270

Tints of Rouge #9D4270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

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

R = 46.87%
G = 19.7%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D4270 (or 0x9D4270) is known color: Rouge. HEX triplet: 9D, 42 and 70. RGB value is (157,66,112). Sum of RGB (Red+Green+Blue) = 157+66+112=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4270 is #62BD8F. Grayscale: #626262. Windows color (decimal): -6471056 or 7357085. OLE color: 7357085.

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

Color convert

RGB 157 66 112 -
CMYK 0 0.58 0.29 0.38
HSL 329.67º 0.41% 0.44% -
HSV(B) 329.67º 0.58% 0.62% -
XYZ 18.78 12.23 16.7 -
YUV 98.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 157 66 112 0 0.58 0.29 0.38 329.67 0.41 0.44
Hex 9D 42 70 0 3A 1D 26 14A 29 2C
Octal 235 102 160 0 72 35 46 512 51 54
Binary 10011101 1000010 1110000 0 111010 11101 100110 101001010 101001 101100

Color Harmonies of #9D4270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4270

Black with #9D4270

Text Example


Text Example

White with #9D4270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,66,112); }

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

background-color css

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

 a { background-color: rgb(157,66,112); }

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

border-color css

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

 span { border-color: rgb(157,66,112); }

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