#825658

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

Shades of Solid Pink #825658

Tints of Solid Pink #825658

Color information

#825658 (or 0x825658) is unknown color: approx Solid Pink. HEX triplet: 82, 56 and 58. RGB value is (130,86,88). Sum of RGB (Red+Green+Blue) = 130+86+88=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #825658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825658 is #7DA9A7. Grayscale: #636363. Windows color (decimal): -8235432 or 5789314. OLE color: 5789314.

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

Color convert

RGB1308688-
CMYK00.340.320.49
HSL357.27º20.37%42.35%-
HSV(B)357.27º33.85%50.98%-
XYZ14.312.1110.82-
YUV99.38121.58149.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=42.76%
G=28.29%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130868800.340.320.49357.2720.3742.35
Hex8256580222031165142a
Octal20212613004240615452452
Binary1000001010101101011000010001010000011000110110010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825658; }

 p { color: rgb(130,86,88); }

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

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

 a { background-color: rgb(130,86,88); }

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

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

 span { border-color: rgb(130,86,88); }

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