#814448

Color #814448 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #814448

Tints of Solid Pink #814448

Color information

#814448 (or 0x814448) is unknown color: approx Solid Pink. HEX triplet: 81, 44 and 48. RGB value is (129,68,72). Sum of RGB (Red+Green+Blue) = 129+68+72=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #814448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814448 is #7EBBB7. Grayscale: #565656. Windows color (decimal): -8305592 or 4736129. OLE color: 4736129.

HSL color Cylindrical-coordinate representation of color #814448: hue angle of 356.07º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814448 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1296872-
CMYK00.470.440.49
HSL356.07º30.96%38.63%-
HSV(B)356.07º47.29%50.59%-
XYZ12.299.277.27-
YUV86.7119.71158.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=47.96%
G=25.28%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129687200.470.440.49356.0730.9638.63
Hex81444802F2C311641f27
Octal20110411005754615443747
Binary1000000110001001001000010111110110011000110110010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814448; }

 p { color: rgb(129,68,72); }

 H1.HeaderClassName
 {
   color: #814448;
 }
 .AnyTagClassName
 {
   color: #814448;
 }
</style>
background-color css

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

 a { background-color: rgb(129,68,72); }

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

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

 span { border-color: rgb(129,68,72); }

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