Html Css Color HEX #804449 Solid Pink

📋 copy color: '#804449'

red 128 ◦ green 68 ◦ blue 73

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

Shades of Solid Pink #804449

Tints of Solid Pink #804449

RGB

 RED value IS 128 (50.39% from 255) = 47.58%

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 47.58%
G = 25.28%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#804449 (or 0x804449) is known color: Solid Pink. HEX triplet: 80, 44 and 49. RGB value is (128,68,73). Sum of RGB (Red+Green+Blue) = 128+68+73=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #804449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804449 is #7FBBB6. Grayscale: #565656. Windows color (decimal): -8371127 or 4801664. OLE color: 4801664.

HSL color Cylindrical-coordinate representation of color #804449: hue angle of 355º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #804449 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 73 -
CMYK 0 0.47 0.43 0.50
HSL 355º 0.31% 0.38% -
HSV(B) 355º 0.47% 0.5% -
XYZ 12.17 9.2 7.44 -
YUV 86.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 128 68 73 0 0.47 0.43 0.50 355 0.31 0.38
Hex 80 44 49 0 2F 2B 32 163 1F 26
Octal 200 104 111 0 57 53 62 543 37 46
Binary 10000000 1000100 1001001 0 101111 101011 110010 101100011 11111 100110

Color Harmonies of #804449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804449

Black with #804449

Text Example


Text Example

White with #804449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804449; }

 p { color: rgb(128,68,73); }

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

background-color css

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

 a { background-color: rgb(128,68,73); }

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

border-color css

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

 span { border-color: rgb(128,68,73); }

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