#824954

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

Shades of Solid Pink #824954

Tints of Solid Pink #824954

Color information

#824954 (or 0x824954) is unknown color: approx Solid Pink. HEX triplet: 82, 49 and 54. RGB value is (130,73,84). Sum of RGB (Red+Green+Blue) = 130+73+84=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #824954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824954 is #7DB6AB. Grayscale: #5B5B5B. Windows color (decimal): -8238764 or 5523842. OLE color: 5523842.

HSL color Cylindrical-coordinate representation of color #824954: hue angle of 348.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824954 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1307384-
CMYK00.440.350.49
HSL348.42º28.08%39.8%-
HSV(B)348.42º43.85%50.98%-
XYZ13.1910.159.65-
YUV91.3123.88155.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 84 (33.20% from 255) = 29.27%
R=45.30%
G=25.44%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130738400.440.350.49348.4228.0839.8
Hex82495402C233115c1c28
Octal20211112405443615343450
Binary1000001010010011010100010110010001111000110101110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824954; }

 p { color: rgb(130,73,84); }

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

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

 a { background-color: rgb(130,73,84); }

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

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

 span { border-color: rgb(130,73,84); }

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