Html Css Color HEX #844647 Solid Pink

📋 copy color: '#844647'

red 132 ◦ green 70 ◦ blue 71

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

Shades of Solid Pink #844647

Tints of Solid Pink #844647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

 BLUE value IS 71 (28.13% from 255) = 26.01%

R = 48.35%
G = 25.64%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#844647 (or 0x844647) is known color: Solid Pink. HEX triplet: 84, 46 and 47. RGB value is (132,70,71). Sum of RGB (Red+Green+Blue) = 132+70+71=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #844647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844647 is #7BB9B8. Grayscale: #585858. Windows color (decimal): -8108473 or 4671108. OLE color: 4671108.

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

Color convert

RGB 132 70 71 -
CMYK 0 0.47 0.46 0.48
HSL 359.03º 0.31% 0.4% -
HSV(B) 359.03º 0.47% 0.52% -
XYZ 12.84 9.74 7.16 -
YUV 88.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 132 70 71 0 0.47 0.46 0.48 359.03 0.31 0.4
Hex 84 46 47 0 2F 2E 30 167 1F 28
Octal 204 106 107 0 57 56 60 547 37 50
Binary 10000100 1000110 1000111 0 101111 101110 110000 101100111 11111 101000

Color Harmonies of #844647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844647

Black with #844647

Text Example


Text Example

White with #844647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844647; }

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

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

background-color css

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

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

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

border-color css

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

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

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