#84454B

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

Shades of Solid Pink #84454B

Tints of Solid Pink #84454B

Color information

#84454B (or 0x84454B) is unknown color: approx Solid Pink. HEX triplet: 84, 45 and 4B. RGB value is (132,69,75). Sum of RGB (Red+Green+Blue) = 132+69+75=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84454B is #7BBAB4. Grayscale: #585858. Windows color (decimal): -8108725 or 4932996. OLE color: 4932996.

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

Color convert

RGB1326975-
CMYK00.480.430.48
HSL354.29º31.34%39.41%-
HSV(B)354.29º47.73%51.76%-
XYZ12.919.677.84-
YUV88.52120.37159.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 75 (29.69% from 255) = 27.17%
R=47.83%
G=25%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132697500.480.430.48354.2931.3439.41
Hex84454B0302B301621f27
Octal20410511306053605423747
Binary1000010010001011001011011000010101111000010110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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