#825154

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

Shades of Solid Pink #825154

Tints of Solid Pink #825154

Color information

#825154 (or 0x825154) is unknown color: approx Solid Pink. HEX triplet: 82, 51 and 54. RGB value is (130,81,84). Sum of RGB (Red+Green+Blue) = 130+81+84=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825154 is #7DAEAB. Grayscale: #606060. Windows color (decimal): -8236716 or 5525890. OLE color: 5525890.

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

Color convert

RGB1308184-
CMYK00.380.350.49
HSL356.33º23.22%41.37%-
HSV(B)356.33º37.69%50.98%-
XYZ13.7511.279.84-
YUV95.99121.23152.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=44.07%
G=27.46%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130818400.380.350.49356.3323.2241.37
Hex82515402623311641729
Octal20212112404643615442751
Binary1000001010100011010100010011010001111000110110010010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825154; }

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

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

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

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

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

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

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

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