#84454F

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

Shades of Solid Pink #84454F

Tints of Solid Pink #84454F

Color information

#84454F (or 0x84454F) is unknown color: approx Solid Pink. HEX triplet: 84, 45 and 4F. RGB value is (132,69,79). Sum of RGB (Red+Green+Blue) = 132+69+79=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84454F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84454F is #7BBAB0. Grayscale: #595959. Windows color (decimal): -8108721 or 5195140. OLE color: 5195140.

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

Color convert

RGB1326979-
CMYK00.480.400.48
HSL350.48º31.34%39.41%-
HSV(B)350.48º47.73%51.76%-
XYZ13.069.738.59-
YUV88.98122.37158.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=47.14%
G=24.64%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132697900.480.400.48350.4831.3439.41
Hex84454F030283015e1f27
Octal20410511706050605363747
Binary1000010010001011001111011000010100011000010101111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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