#825052

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

Shades of Solid Pink #825052

Tints of Solid Pink #825052

Color information

#825052 (or 0x825052) is unknown color: approx Solid Pink. HEX triplet: 82, 50 and 52. RGB value is (130,80,82). Sum of RGB (Red+Green+Blue) = 130+80+82=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #825052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825052 is #7DAFAD. Grayscale: #5F5F5F. Windows color (decimal): -8236974 or 5394562. OLE color: 5394562.

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

Color convert

RGB1308082-
CMYK00.380.370.49
HSL357.6º23.81%41.18%-
HSV(B)357.6º38.46%50.98%-
XYZ13.611.099.41-
YUV95.18120.56152.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=44.52%
G=27.40%
B=28.08%

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
Decimal130808200.380.370.49357.623.8141.18
Hex82505202625311661829
Octal20212012204645615463051
Binary1000001010100001010010010011010010111000110110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825052; }

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

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

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

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

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

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

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

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