Html Css Color HEX #9D3B5E Rouge

📋 copy color: '#9D3B5E'

red 157 ◦ green 59 ◦ blue 94

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

Shades of Rouge #9D3B5E

Tints of Rouge #9D3B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

 BLUE value IS 94 (37.11% from 255) = 30.32%

R = 50.65%
G = 19.03%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D3B5E (or 0x9D3B5E) is known color: Rouge. HEX triplet: 9D, 3B and 5E. RGB value is (157,59,94). Sum of RGB (Red+Green+Blue) = 157+59+94=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3B5E is #62C4A1. Grayscale: #5C5C5C. Windows color (decimal): -6472866 or 6175645. OLE color: 6175645.

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

Color convert

RGB 157 59 94 -
CMYK 0 0.62 0.40 0.38
HSL 338.57º 0.45% 0.42% -
HSV(B) 338.57º 0.62% 0.62% -
XYZ 17.49 11.1 11.81 -
YUV 92.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 157 59 94 0 0.62 0.40 0.38 338.57 0.45 0.42
Hex 9D 3B 5E 0 3E 28 26 153 2D 2A
Octal 235 73 136 0 76 50 46 523 55 52
Binary 10011101 111011 1011110 0 111110 101000 100110 101010011 101101 101010

Color Harmonies of #9D3B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3B5E

Black with #9D3B5E

Text Example


Text Example

White with #9D3B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,59,94); }

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

background-color css

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

 a { background-color: rgb(157,59,94); }

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

border-color css

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

 span { border-color: rgb(157,59,94); }

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