#84454A

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

Shades of Solid Pink #84454A

Tints of Solid Pink #84454A

Color information

#84454A (or 0x84454A) is unknown color: approx Solid Pink. HEX triplet: 84, 45 and 4A. RGB value is (132,69,74). Sum of RGB (Red+Green+Blue) = 132+69+74=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84454A is #7BBAB5. Grayscale: #585858. Windows color (decimal): -8108726 or 4867460. OLE color: 4867460.

HSL color Cylindrical-coordinate representation of color #84454A: hue angle of 355.24º 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 #84454A is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1326974-
CMYK00.480.440.48
HSL355.24º31.34%39.41%-
HSV(B)355.24º47.73%51.76%-
XYZ12.889.667.66-
YUV88.41119.87159.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=48%
G=25.09%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132697400.480.440.48355.2431.3439.41
Hex84454A0302C301631f27
Octal20410511206054605433747
Binary1000010010001011001010011000010110011000010110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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