Html Css Color HEX #9D4E55 Hippie Pink

📋 copy color: '#9D4E55'

red 157 ◦ green 78 ◦ blue 85

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

Shades of Hippie Pink #9D4E55

Tints of Hippie Pink #9D4E55

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

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

R = 49.06%
G = 24.38%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9D4E55 (or 0x9D4E55) is known color: Hippie Pink. HEX triplet: 9D, 4E and 55. RGB value is (157,78,85). Sum of RGB (Red+Green+Blue) = 157+78+85=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E55 is #62B1AA. Grayscale: #666666. Windows color (decimal): -6468011 or 5590685. OLE color: 5590685.

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

Color convert

RGB 157 78 85 -
CMYK 0 0.50 0.46 0.38
HSL 354.68º 0.34% 0.46% -
HSV(B) 354.68º 0.5% 0.62% -
XYZ 18.27 13.27 10.19 -
YUV 102.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 157 78 85 0 0.50 0.46 0.38 354.68 0.34 0.46
Hex 9D 4E 55 0 32 2E 26 163 22 2E
Octal 235 116 125 0 62 56 46 543 42 56
Binary 10011101 1001110 1010101 0 110010 101110 100110 101100011 100010 101110

Color Harmonies of #9D4E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4E55

Black with #9D4E55

Text Example


Text Example

White with #9D4E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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