Html Css Color HEX #844649 Solid Pink

📋 copy color: '#844649'

red 132 ◦ green 70 ◦ blue 73

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

Shades of Solid Pink #844649

Tints of Solid Pink #844649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.55%

R = 48%
G = 25.45%
B = 26.55%

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

#844649 (or 0x844649) is known color: Solid Pink. HEX triplet: 84, 46 and 49. RGB value is (132,70,73). Sum of RGB (Red+Green+Blue) = 132+70+73=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #844649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844649 is #7BB9B6. Grayscale: #585858. Windows color (decimal): -8108471 or 4802180. OLE color: 4802180.

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

Color convert

RGB 132 70 73 -
CMYK 0 0.47 0.45 0.48
HSL 357.1º 0.31% 0.4% -
HSV(B) 357.1º 0.47% 0.52% -
XYZ 12.91 9.77 7.51 -
YUV 88.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 132 70 73 0 0.47 0.45 0.48 357.1 0.31 0.4
Hex 84 46 49 0 2F 2D 30 165 1F 28
Octal 204 106 111 0 57 55 60 545 37 50
Binary 10000100 1000110 1001001 0 101111 101101 110000 101100101 11111 101000

Color Harmonies of #844649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844649

Black with #844649

Text Example


Text Example

White with #844649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844649; }

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

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

background-color css

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

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

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

border-color css

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

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

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