#814346

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

Shades of Solid Pink #814346

Tints of Solid Pink #814346

Color information

#814346 (or 0x814346) is unknown color: approx Solid Pink. HEX triplet: 81, 43 and 46. RGB value is (129,67,70). Sum of RGB (Red+Green+Blue) = 129+67+70=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #814346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814346 is #7EBCB9. Grayscale: #555555. Windows color (decimal): -8305850 or 4604801. OLE color: 4604801.

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

Color convert

RGB1296770-
CMYK00.480.460.49
HSL357.1º31.63%38.43%-
HSV(B)357.1º48.06%50.59%-
XYZ12.179.126.91-
YUV85.88119.04158.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=48.50%
G=25.19%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129677000.480.460.49357.131.6338.43
Hex8143460302E311652026
Octal20110310606056615454046
Binary10000001100001110001100110000101110110001101100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814346; }

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

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

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

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

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

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

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

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