Html Css Color HEX #9D426D Rouge

📋 copy color: '#9D426D'

red 157 ◦ green 66 ◦ blue 109

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

Shades of Rouge #9D426D

Tints of Rouge #9D426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 47.29%
G = 19.88%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D426D (or 0x9D426D) is known color: Rouge. HEX triplet: 9D, 42 and 6D. RGB value is (157,66,109). Sum of RGB (Red+Green+Blue) = 157+66+109=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D426D is #62BD92. Grayscale: #626262. Windows color (decimal): -6471059 or 7160477. OLE color: 7160477.

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

Color convert

RGB 157 66 109 -
CMYK 0 0.58 0.31 0.38
HSL 331.65º 0.41% 0.44% -
HSV(B) 331.65º 0.58% 0.62% -
XYZ 18.61 12.17 15.84 -
YUV 98.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 157 66 109 0 0.58 0.31 0.38 331.65 0.41 0.44
Hex 9D 42 6D 0 3A 1F 26 14C 29 2C
Octal 235 102 155 0 72 37 46 514 51 54
Binary 10011101 1000010 1101101 0 111010 11111 100110 101001100 101001 101100

Color Harmonies of #9D426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D426D

Black with #9D426D

Text Example


Text Example

White with #9D426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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