Html Css Color HEX #804047 Solid Pink

📋 copy color: '#804047'

red 128 ◦ green 64 ◦ blue 71

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

Shades of Solid Pink #804047

Tints of Solid Pink #804047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

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

R = 48.67%
G = 24.33%
B = 27%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#804047 (or 0x804047) is known color: Solid Pink. HEX triplet: 80, 40 and 47. RGB value is (128,64,71). Sum of RGB (Red+Green+Blue) = 128+64+71=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #804047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804047 is #7FBFB8. Grayscale: #535353. Windows color (decimal): -8372153 or 4669568. OLE color: 4669568.

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

Color convert

RGB 128 64 71 -
CMYK 0 0.5 0.45 0.50
HSL 353.44º 0.33% 0.38% -
HSV(B) 353.44º 0.5% 0.5% -
XYZ 11.87 8.71 7.02 -
YUV 83.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 128 64 71 0 0.5 0.45 0.50 353.44 0.33 0.38
Hex 80 40 47 0 32 2D 32 161 21 26
Octal 200 100 107 0 62 55 62 541 41 46
Binary 10000000 1000000 1000111 0 110010 101101 110010 101100001 100001 100110

Color Harmonies of #804047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804047

Black with #804047

Text Example


Text Example

White with #804047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804047; }

 p { color: rgb(128,64,71); }

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

background-color css

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

 a { background-color: rgb(128,64,71); }

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

border-color css

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

 span { border-color: rgb(128,64,71); }

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