Html Css Color HEX #844648 Solid Pink

📋 copy color: '#844648'

red 132 ◦ green 70 ◦ blue 72

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

Shades of Solid Pink #844648

Tints of Solid Pink #844648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.28%

R = 48.18%
G = 25.55%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#844648 (or 0x844648) is known color: Solid Pink. HEX triplet: 84, 46 and 48. RGB value is (132,70,72). Sum of RGB (Red+Green+Blue) = 132+70+72=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #844648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844648 is #7BB9B7. Grayscale: #585858. Windows color (decimal): -8108472 or 4736644. OLE color: 4736644.

HSL color Cylindrical-coordinate representation of color #844648: hue angle of 358.06º 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 #844648 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 72 -
CMYK 0 0.47 0.45 0.48
HSL 358.06º 0.31% 0.4% -
HSV(B) 358.06º 0.47% 0.52% -
XYZ 12.88 9.75 7.33 -
YUV 88.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 132 70 72 0 0.47 0.45 0.48 358.06 0.31 0.4
Hex 84 46 48 0 2F 2D 30 166 1F 28
Octal 204 106 110 0 57 55 60 546 37 50
Binary 10000100 1000110 1001000 0 101111 101101 110000 101100110 11111 101000

Color Harmonies of #844648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844648

Black with #844648

Text Example


Text Example

White with #844648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844648; }

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

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

background-color css

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

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

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

border-color css

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

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

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