#84414A

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

Shades of Solid Pink #84414A

Tints of Solid Pink #84414A

Color information

#84414A (or 0x84414A) is unknown color: approx Solid Pink. HEX triplet: 84, 41 and 4A. RGB value is (132,65,74). Sum of RGB (Red+Green+Blue) = 132+65+74=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #84414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84414A is #7BBEB5. Grayscale: #565656. Windows color (decimal): -8109750 or 4866436. OLE color: 4866436.

HSL color Cylindrical-coordinate representation of color #84414A: hue angle of 351.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84414A is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1326574-
CMYK00.510.440.48
HSL351.94º34.01%38.63%-
HSV(B)351.94º50.76%51.76%-
XYZ12.649.187.58-
YUV86.06121.2160.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=48.71%
G=23.99%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132657400.510.440.48351.9434.0138.63
Hex84414A0332C301602227
Octal20410111206354605404247
Binary10000100100000110010100110011101100110000101100000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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