Html Css Color HEX #9D3F62 Rouge

📋 copy color: '#9D3F62'

red 157 ◦ green 63 ◦ blue 98

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

Shades of Rouge #9D3F62

Tints of Rouge #9D3F62

RGB

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

 GREEN value IS 63 (25% from 255) = 19.81%

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 49.37%
G = 19.81%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9D3F62 (or 0x9D3F62) is known color: Rouge. HEX triplet: 9D, 3F and 62. RGB value is (157,63,98). Sum of RGB (Red+Green+Blue) = 157+63+98=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3F62 is #62C09D. Grayscale: #5F5F5F. Windows color (decimal): -6471838 or 6438813. OLE color: 6438813.

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

Color convert

RGB 157 63 98 -
CMYK 0 0.60 0.38 0.38
HSL 337.66º 0.43% 0.43% -
HSV(B) 337.66º 0.6% 0.62% -
XYZ 17.89 11.6 12.85 -
YUV 95.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 157 63 98 0 0.60 0.38 0.38 337.66 0.43 0.43
Hex 9D 3F 62 0 3C 26 26 152 2B 2B
Octal 235 77 142 0 74 46 46 522 53 53
Binary 10011101 111111 1100010 0 111100 100110 100110 101010010 101011 101011

Color Harmonies of #9D3F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3F62

Black with #9D3F62

Text Example


Text Example

White with #9D3F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,63,98); }

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

background-color css

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

 a { background-color: rgb(157,63,98); }

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

border-color css

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

 span { border-color: rgb(157,63,98); }

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