#825152

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

Shades of Solid Pink #825152

Tints of Solid Pink #825152

Color information

#825152 (or 0x825152) is unknown color: approx Solid Pink. HEX triplet: 82, 51 and 52. RGB value is (130,81,82). Sum of RGB (Red+Green+Blue) = 130+81+82=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #825152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825152 is #7DAEAD. Grayscale: #5F5F5F. Windows color (decimal): -8236718 or 5394818. OLE color: 5394818.

HSL color Cylindrical-coordinate representation of color #825152: hue angle of 358.78º 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 #825152 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1308182-
CMYK00.380.370.49
HSL358.78º23.22%41.37%-
HSV(B)358.78º37.69%50.98%-
XYZ13.6711.249.43-
YUV95.76120.23152.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=44.37%
G=27.65%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130818200.380.370.49358.7823.2241.37
Hex82515202625311671729
Octal20212112204645615472751
Binary1000001010100011010010010011010010111000110110011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825152; }

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

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

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

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

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

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

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

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