Html Css Color HEX #9D3768 Rouge

📋 copy color: '#9D3768'

red 157 ◦ green 55 ◦ blue 104

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

Shades of Rouge #9D3768

Tints of Rouge #9D3768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 49.68%
G = 17.41%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D3768 (or 0x9D3768) is known color: Rouge. HEX triplet: 9D, 37 and 68. RGB value is (157,55,104). Sum of RGB (Red+Green+Blue) = 157+55+104=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3768 is #62C897. Grayscale: #5A5A5A. Windows color (decimal): -6473880 or 6829981. OLE color: 6829981.

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

Color convert

RGB 157 55 104 -
CMYK 0 0.65 0.34 0.38
HSL 331.18º 0.48% 0.42% -
HSV(B) 331.18º 0.65% 0.62% -
XYZ 17.77 10.9 14.26 -
YUV 91.08 135.29 175.02 -
System Red Green Blue C M Y K H S L
Decimal 157 55 104 0 0.65 0.34 0.38 331.18 0.48 0.42
Hex 9D 37 68 0 41 22 26 14B 30 2A
Octal 235 67 150 0 101 42 46 513 60 52
Binary 10011101 110111 1101000 0 1000001 100010 100110 101001011 110000 101010

Color Harmonies of #9D3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3768

Black with #9D3768

Text Example


Text Example

White with #9D3768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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