#84454E

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

Shades of Solid Pink #84454E

Tints of Solid Pink #84454E

Color information

#84454E (or 0x84454E) is unknown color: approx Solid Pink. HEX triplet: 84, 45 and 4E. RGB value is (132,69,78). Sum of RGB (Red+Green+Blue) = 132+69+78=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84454E is #7BBAB1. Grayscale: #585858. Windows color (decimal): -8108722 or 5129604. OLE color: 5129604.

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

Color convert

RGB1326978-
CMYK00.480.410.48
HSL351.43º31.34%39.41%-
HSV(B)351.43º47.73%51.76%-
XYZ13.029.718.4-
YUV88.86121.87158.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 78 (30.86% from 255) = 27.96%
R=47.31%
G=24.73%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132697800.480.410.48351.4331.3439.41
Hex84454E030293015f1f27
Octal20410511606051605373747
Binary1000010010001011001110011000010100111000010101111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84454E; }

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

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

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

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

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

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

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

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