Html Css Color HEX #9D3C61 Rouge

📋 copy color: '#9D3C61'

red 157 ◦ green 60 ◦ blue 97

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

Shades of Rouge #9D3C61

Tints of Rouge #9D3C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 50%
G = 19.11%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D3C61 (or 0x9D3C61) is known color: Rouge. HEX triplet: 9D, 3C and 61. RGB value is (157,60,97). Sum of RGB (Red+Green+Blue) = 157+60+97=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3C61 is #62C39E. Grayscale: #5D5D5D. Windows color (decimal): -6472607 or 6372509. OLE color: 6372509.

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

Color convert

RGB 157 60 97 -
CMYK 0 0.62 0.38 0.38
HSL 337.11º 0.45% 0.43% -
HSV(B) 337.11º 0.62% 0.62% -
XYZ 17.68 11.26 12.55 -
YUV 93.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 157 60 97 0 0.62 0.38 0.38 337.11 0.45 0.43
Hex 9D 3C 61 0 3E 26 26 151 2D 2B
Octal 235 74 141 0 76 46 46 521 55 53
Binary 10011101 111100 1100001 0 111110 100110 100110 101010001 101101 101011

Color Harmonies of #9D3C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3C61

Black with #9D3C61

Text Example


Text Example

White with #9D3C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,60,97); }

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

background-color css

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

 a { background-color: rgb(157,60,97); }

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

border-color css

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

 span { border-color: rgb(157,60,97); }

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