Html Css Color HEX #9D386B Rouge

📋 copy color: '#9D386B'

red 157 ◦ green 56 ◦ blue 107

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

Shades of Rouge #9D386B

Tints of Rouge #9D386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 49.06%
G = 17.5%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D386B (or 0x9D386B) is known color: Rouge. HEX triplet: 9D, 38 and 6B. RGB value is (157,56,107). Sum of RGB (Red+Green+Blue) = 157+56+107=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D386B is #62C794. Grayscale: #5B5B5B. Windows color (decimal): -6473621 or 7026845. OLE color: 7026845.

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

Color convert

RGB 157 56 107 -
CMYK 0 0.64 0.32 0.38
HSL 329.7º 0.47% 0.42% -
HSV(B) 329.7º 0.64% 0.62% -
XYZ 17.97 11.06 15.1 -
YUV 92.01 136.46 174.35 -
System Red Green Blue C M Y K H S L
Decimal 157 56 107 0 0.64 0.32 0.38 329.7 0.47 0.42
Hex 9D 38 6B 0 40 20 26 14A 2F 2A
Octal 235 70 153 0 100 40 46 512 57 52
Binary 10011101 111000 1101011 0 1000000 100000 100110 101001010 101111 101010

Color Harmonies of #9D386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D386B

Black with #9D386B

Text Example


Text Example

White with #9D386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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