Html Css Color HEX #9D4375 Rouge

📋 copy color: '#9D4375'

red 157 ◦ green 67 ◦ blue 117

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

Shades of Rouge #9D4375

Tints of Rouge #9D4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 46.04%
G = 19.65%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D4375 (or 0x9D4375) is known color: Rouge. HEX triplet: 9D, 43 and 75. RGB value is (157,67,117). Sum of RGB (Red+Green+Blue) = 157+67+117=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4375 is #62BC8A. Grayscale: #636363. Windows color (decimal): -6470795 or 7685021. OLE color: 7685021.

HSL color Cylindrical-coordinate representation of color #9D4375: hue angle of 326.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D4375 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 67 117 -
CMYK 0 0.57 0.25 0.38
HSL 326.67º 0.4% 0.44% -
HSV(B) 326.67º 0.57% 0.62% -
XYZ 19.12 12.47 18.23 -
YUV 99.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 157 67 117 0 0.57 0.25 0.38 326.67 0.4 0.44
Hex 9D 43 75 0 39 19 26 147 28 2C
Octal 235 103 165 0 71 31 46 507 50 54
Binary 10011101 1000011 1110101 0 111001 11001 100110 101000111 101000 101100

Color Harmonies of #9D4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4375

Black with #9D4375

Text Example


Text Example

White with #9D4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,67,117); }

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

background-color css

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

 a { background-color: rgb(157,67,117); }

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

border-color css

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

 span { border-color: rgb(157,67,117); }

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