#825253

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

Shades of Solid Pink #825253

Tints of Solid Pink #825253

Color information

#825253 (or 0x825253) is unknown color: approx Solid Pink. HEX triplet: 82, 52 and 53. RGB value is (130,82,83). Sum of RGB (Red+Green+Blue) = 130+82+83=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825253 is #7DADAC. Grayscale: #606060. Windows color (decimal): -8236461 or 5460610. OLE color: 5460610.

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

Color convert

RGB1308283-
CMYK00.370.360.49
HSL358.75º22.64%41.57%-
HSV(B)358.75º36.92%50.98%-
XYZ13.7811.49.66-
YUV96.47120.4151.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=44.07%
G=27.80%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130828300.370.360.49358.7522.6441.57
Hex8252530252431167172a
Octal20212212304544615472752
Binary1000001010100101010011010010110010011000110110011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825253; }

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

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

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

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

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

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

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

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