Html Css Color HEX #9D326D Rouge

📋 copy color: '#9D326D'

red 157 ◦ green 50 ◦ blue 109

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

Shades of Rouge #9D326D

Tints of Rouge #9D326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

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

R = 49.68%
G = 15.82%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D326D (or 0x9D326D) is known color: Rouge. HEX triplet: 9D, 32 and 6D. RGB value is (157,50,109). Sum of RGB (Red+Green+Blue) = 157+50+109=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D326D is #62CD92. Grayscale: #585858. Windows color (decimal): -6475155 or 7156381. OLE color: 7156381.

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

Color convert

RGB 157 50 109 -
CMYK 0 0.68 0.31 0.38
HSL 326.92º 0.52% 0.41% -
HSV(B) 326.92º 0.68% 0.62% -
XYZ 17.81 10.55 15.57 -
YUV 88.72 139.45 176.7 -
System Red Green Blue C M Y K H S L
Decimal 157 50 109 0 0.68 0.31 0.38 326.92 0.52 0.41
Hex 9D 32 6D 0 44 1F 26 147 34 29
Octal 235 62 155 0 104 37 46 507 64 51
Binary 10011101 110010 1101101 0 1000100 11111 100110 101000111 110100 101001

Color Harmonies of #9D326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D326D

Black with #9D326D

Text Example


Text Example

White with #9D326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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