Html Css Color HEX #9D4D55 Hippie Pink

📋 copy color: '#9D4D55'

red 157 ◦ green 77 ◦ blue 85

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

Shades of Hippie Pink #9D4D55

Tints of Hippie Pink #9D4D55

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.14%

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 49.22%
G = 24.14%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D4D55 (or 0x9D4D55) is known color: Hippie Pink. HEX triplet: 9D, 4D and 55. RGB value is (157,77,85). Sum of RGB (Red+Green+Blue) = 157+77+85=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4D55 is #62B2AA. Grayscale: #656565. Windows color (decimal): -6468267 or 5590429. OLE color: 5590429.

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

Color convert

RGB 157 77 85 -
CMYK 0 0.51 0.46 0.38
HSL 354º 0.34% 0.46% -
HSV(B) 354º 0.51% 0.62% -
XYZ 18.2 13.13 10.17 -
YUV 101.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 157 77 85 0 0.51 0.46 0.38 354 0.34 0.46
Hex 9D 4D 55 0 33 2E 26 162 22 2E
Octal 235 115 125 0 63 56 46 542 42 56
Binary 10011101 1001101 1010101 0 110011 101110 100110 101100010 100010 101110

Color Harmonies of #9D4D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D55

Black with #9D4D55

Text Example


Text Example

White with #9D4D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,77,85); }

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

background-color css

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

 a { background-color: rgb(157,77,85); }

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

border-color css

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

 span { border-color: rgb(157,77,85); }

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