Html Css Color HEX #9D3770 Rouge

📋 copy color: '#9D3770'

red 157 ◦ green 55 ◦ blue 112

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

Shades of Rouge #9D3770

Tints of Rouge #9D3770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.98%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 48.46%
G = 16.98%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D3770 (or 0x9D3770) is known color: Rouge. HEX triplet: 9D, 37 and 70. RGB value is (157,55,112). Sum of RGB (Red+Green+Blue) = 157+55+112=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3770 is #62C88F. Grayscale: #5B5B5B. Windows color (decimal): -6473872 or 7354269. OLE color: 7354269.

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

Color convert

RGB 157 55 112 -
CMYK 0 0.65 0.29 0.38
HSL 326.47º 0.48% 0.42% -
HSV(B) 326.47º 0.65% 0.62% -
XYZ 18.2 11.07 16.51 -
YUV 92 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 157 55 112 0 0.65 0.29 0.38 326.47 0.48 0.42
Hex 9D 37 70 0 41 1D 26 146 30 2A
Octal 235 67 160 0 101 35 46 506 60 52
Binary 10011101 110111 1110000 0 1000001 11101 100110 101000110 110000 101010

Color Harmonies of #9D3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3770

Black with #9D3770

Text Example


Text Example

White with #9D3770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,55,112); }

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

background-color css

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

 a { background-color: rgb(157,55,112); }

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

border-color css

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

 span { border-color: rgb(157,55,112); }

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