Html Css Color HEX #9D386F Rouge

📋 copy color: '#9D386F'

red 157 ◦ green 56 ◦ blue 111

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

Shades of Rouge #9D386F

Tints of Rouge #9D386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 48.46%
G = 17.28%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D386F (or 0x9D386F) is known color: Rouge. HEX triplet: 9D, 38 and 6F. RGB value is (157,56,111). Sum of RGB (Red+Green+Blue) = 157+56+111=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D386F is #62C790. Grayscale: #5C5C5C. Windows color (decimal): -6473617 or 7288989. OLE color: 7288989.

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

Color convert

RGB 157 56 111 -
CMYK 0 0.64 0.29 0.38
HSL 327.33º 0.47% 0.42% -
HSV(B) 327.33º 0.64% 0.62% -
XYZ 18.19 11.14 16.23 -
YUV 92.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 157 56 111 0 0.64 0.29 0.38 327.33 0.47 0.42
Hex 9D 38 6F 0 40 1D 26 147 2F 2A
Octal 235 70 157 0 100 35 46 507 57 52
Binary 10011101 111000 1101111 0 1000000 11101 100110 101000111 101111 101010

Color Harmonies of #9D386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D386F

Black with #9D386F

Text Example


Text Example

White with #9D386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,56,111); }

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

background-color css

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

 a { background-color: rgb(157,56,111); }

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

border-color css

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

 span { border-color: rgb(157,56,111); }

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