#844E58

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

Shades of Solid Pink #844E58

Tints of Solid Pink #844E58

Color information

#844E58 (or 0x844E58) is unknown color: approx Solid Pink. HEX triplet: 84, 4E and 58. RGB value is (132,78,88). Sum of RGB (Red+Green+Blue) = 132+78+88=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #844E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E58 is #7BB1A7. Grayscale: #5F5F5F. Windows color (decimal): -8106408 or 5787268. OLE color: 5787268.

HSL color Cylindrical-coordinate representation of color #844E58: hue angle of 348.89º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #844E58 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB1327888-
CMYK00.410.330.48
HSL348.89º25.71%41.18%-
HSV(B)348.89º40.91%51.76%-
XYZ1411.0610.63-
YUV95.29123.89154.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=44.30%
G=26.17%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132788800.410.330.48348.8925.7141.18
Hex844E58029213015d1a29
Octal20411613005141605353251
Binary1000010010011101011000010100110000111000010101110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844E58; }

 p { color: rgb(132,78,88); }

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

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

 a { background-color: rgb(132,78,88); }

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

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

 span { border-color: rgb(132,78,88); }

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