Html Css Color HEX #844D58 Solid Pink

📋 copy color: '#844D58'

red 132 ◦ green 77 ◦ blue 88

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

Shades of Solid Pink #844D58

Tints of Solid Pink #844D58

RGB

 RED value IS 132 (51.95% from 255) = 44.44%

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

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 44.44%
G = 25.93%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#844D58 (or 0x844D58) is known color: Solid Pink. HEX triplet: 84, 4D and 58. RGB value is (132,77,88). Sum of RGB (Red+Green+Blue) = 132+77+88=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #844D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D58 is #7BB2A7. Grayscale: #5E5E5E. Windows color (decimal): -8106664 or 5787012. OLE color: 5787012.

HSL color Cylindrical-coordinate representation of color #844D58: hue angle of 348º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844D58 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 77 88 -
CMYK 0 0.42 0.33 0.48
HSL 348º 0.26% 0.41% -
HSV(B) 348º 0.42% 0.52% -
XYZ 13.93 10.92 10.61 -
YUV 94.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 132 77 88 0 0.42 0.33 0.48 348 0.26 0.41
Hex 84 4D 58 0 2A 21 30 15C 1A 29
Octal 204 115 130 0 52 41 60 534 32 51
Binary 10000100 1001101 1011000 0 101010 100001 110000 101011100 11010 101001

Color Harmonies of #844D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D58

Black with #844D58

Text Example


Text Example

White with #844D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844D58; }

 p { color: rgb(132,77,88); }

 H1.HeaderClassName
 {
   color: #844D58;
 }
 .AnyTagClassName
 {
   color: #844D58;
 }
</style>

background-color css

<style>
 a { background-color: #844D58; }

 a { background-color: rgb(132,77,88); }

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

border-color css

<style>
 span { border-color: #844D58; }

 span { border-color: rgb(132,77,88); }

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