Html Css Color HEX #9D426F Rouge

📋 copy color: '#9D426F'

red 157 ◦ green 66 ◦ blue 111

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

Shades of Rouge #9D426F

Tints of Rouge #9D426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 47.01%
G = 19.76%
B = 33.23%

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

#9D426F (or 0x9D426F) is known color: Rouge. HEX triplet: 9D, 42 and 6F. RGB value is (157,66,111). Sum of RGB (Red+Green+Blue) = 157+66+111=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D426F is #62BD90. Grayscale: #626262. Windows color (decimal): -6471057 or 7291549. OLE color: 7291549.

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

Color convert

RGB 157 66 111 -
CMYK 0 0.58 0.29 0.38
HSL 330.33º 0.41% 0.44% -
HSV(B) 330.33º 0.58% 0.62% -
XYZ 18.72 12.21 16.41 -
YUV 98.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 157 66 111 0 0.58 0.29 0.38 330.33 0.41 0.44
Hex 9D 42 6F 0 3A 1D 26 14A 29 2C
Octal 235 102 157 0 72 35 46 512 51 54
Binary 10011101 1000010 1101111 0 111010 11101 100110 101001010 101001 101100

Color Harmonies of #9D426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D426F

Black with #9D426F

Text Example


Text Example

White with #9D426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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