Html Css Color HEX #844753 Solid Pink

📋 copy color: '#844753'

red 132 ◦ green 71 ◦ blue 83

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

Shades of Solid Pink #844753

Tints of Solid Pink #844753

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

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

R = 46.15%
G = 24.83%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#844753 (or 0x844753) is known color: Solid Pink. HEX triplet: 84, 47 and 53. RGB value is (132,71,83). Sum of RGB (Red+Green+Blue) = 132+71+83=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #844753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844753 is #7BB8AC. Grayscale: #5A5A5A. Windows color (decimal): -8108205 or 5457796. OLE color: 5457796.

HSL color Cylindrical-coordinate representation of color #844753: hue angle of 348.2º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844753 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 71 83 -
CMYK 0 0.46 0.37 0.48
HSL 348.2º 0.3% 0.4% -
HSV(B) 348.2º 0.46% 0.52% -
XYZ 13.33 10.04 9.42 -
YUV 90.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 132 71 83 0 0.46 0.37 0.48 348.2 0.3 0.4
Hex 84 47 53 0 2E 25 30 15C 1E 28
Octal 204 107 123 0 56 45 60 534 36 50
Binary 10000100 1000111 1010011 0 101110 100101 110000 101011100 11110 101000

Color Harmonies of #844753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844753

Black with #844753

Text Example


Text Example

White with #844753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844753; }

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

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

background-color css

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

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

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

border-color css

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

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

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