Html Css Color HEX #844D53 Solid Pink

📋 copy color: '#844D53'

red 132 ◦ green 77 ◦ blue 83

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

Shades of Solid Pink #844D53

Tints of Solid Pink #844D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 45.21%
G = 26.37%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#844D53 (or 0x844D53) is known color: Solid Pink. HEX triplet: 84, 4D and 53. RGB value is (132,77,83). Sum of RGB (Red+Green+Blue) = 132+77+83=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #844D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D53 is #7BB2AC. Grayscale: #5E5E5E. Windows color (decimal): -8106669 or 5459332. OLE color: 5459332.

HSL color Cylindrical-coordinate representation of color #844D53: hue angle of 353.45º 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 #844D53 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 77 83 -
CMYK 0 0.42 0.37 0.48
HSL 353.45º 0.26% 0.41% -
HSV(B) 353.45º 0.42% 0.52% -
XYZ 13.73 10.84 9.55 -
YUV 94.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 132 77 83 0 0.42 0.37 0.48 353.45 0.26 0.41
Hex 84 4D 53 0 2A 25 30 161 1A 29
Octal 204 115 123 0 52 45 60 541 32 51
Binary 10000100 1001101 1010011 0 101010 100101 110000 101100001 11010 101001

Color Harmonies of #844D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D53

Black with #844D53

Text Example


Text Example

White with #844D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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