#814B4E

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

Shades of Solid Pink #814B4E

Tints of Solid Pink #814B4E

Color information

#814B4E (or 0x814B4E) is unknown color: approx Solid Pink. HEX triplet: 81, 4B and 4E. RGB value is (129,75,78). Sum of RGB (Red+Green+Blue) = 129+75+78=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #814B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814B4E is #7EB4B1. Grayscale: #5B5B5B. Windows color (decimal): -8303794 or 5131137. OLE color: 5131137.

HSL color Cylindrical-coordinate representation of color #814B4E: hue angle of 356.67º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #814B4E is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1297578-
CMYK00.420.400.49
HSL356.67º26.47%40%-
HSV(B)356.67º41.86%50.59%-
XYZ12.9410.258.5-
YUV91.49120.39154.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.74%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 78 (30.86% from 255) = 27.66%
R=45.74%
G=26.60%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129757800.420.400.49356.6726.4740
Hex814B4E02A28311651a28
Octal20111311605250615453250
Binary1000000110010111001110010101010100011000110110010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814B4E; }

 p { color: rgb(129,75,78); }

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

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

 a { background-color: rgb(129,75,78); }

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

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

 span { border-color: rgb(129,75,78); }

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