#814246

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

Shades of Solid Pink #814246

Tints of Solid Pink #814246

Color information

#814246 (or 0x814246) is unknown color: approx Solid Pink. HEX triplet: 81, 42 and 46. RGB value is (129,66,70). Sum of RGB (Red+Green+Blue) = 129+66+70=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #814246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814246 is #7EBDB9. Grayscale: #555555. Windows color (decimal): -8306106 or 4604545. OLE color: 4604545.

HSL color Cylindrical-coordinate representation of color #814246: hue angle of 356.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814246 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1296670-
CMYK00.490.460.49
HSL356.19º32.31%38.24%-
HSV(B)356.19º48.84%50.59%-
XYZ12.119.016.89-
YUV85.29119.37159.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=48.68%
G=24.91%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129667000.490.460.49356.1932.3138.24
Hex8142460312E311642026
Octal20110210606156615444046
Binary10000001100001010001100110001101110110001101100100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814246; }

 p { color: rgb(129,66,70); }

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

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

 a { background-color: rgb(129,66,70); }

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

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

 span { border-color: rgb(129,66,70); }

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