Html Css Color HEX #9D346D Rouge

📋 copy color: '#9D346D'

red 157 ◦ green 52 ◦ blue 109

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

Shades of Rouge #9D346D

Tints of Rouge #9D346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

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

R = 49.37%
G = 16.35%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D346D (or 0x9D346D) is known color: Rouge. HEX triplet: 9D, 34 and 6D. RGB value is (157,52,109). Sum of RGB (Red+Green+Blue) = 157+52+109=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D346D is #62CB92. Grayscale: #595959. Windows color (decimal): -6474643 or 7156893. OLE color: 7156893.

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

Color convert

RGB 157 52 109 -
CMYK 0 0.67 0.31 0.38
HSL 327.43º 0.5% 0.41% -
HSV(B) 327.43º 0.67% 0.62% -
XYZ 17.89 10.73 15.6 -
YUV 89.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 157 52 109 0 0.67 0.31 0.38 327.43 0.5 0.41
Hex 9D 34 6D 0 43 1F 26 147 32 29
Octal 235 64 155 0 103 37 46 507 62 51
Binary 10011101 110100 1101101 0 1000011 11111 100110 101000111 110010 101001

Color Harmonies of #9D346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D346D

Black with #9D346D

Text Example


Text Example

White with #9D346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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