#825458

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

Shades of Solid Pink #825458

Tints of Solid Pink #825458

Color information

#825458 (or 0x825458) is unknown color: approx Solid Pink. HEX triplet: 82, 54 and 58. RGB value is (130,84,88). Sum of RGB (Red+Green+Blue) = 130+84+88=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #825458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825458 is #7DABA7. Grayscale: #626262. Windows color (decimal): -8235944 or 5788802. OLE color: 5788802.

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

Color convert

RGB1308488-
CMYK00.350.320.49
HSL354.78º21.5%41.96%-
HSV(B)354.78º35.38%50.98%-
XYZ14.1411.7910.76-
YUV98.21122.24150.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=43.05%
G=27.81%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130848800.350.320.49354.7821.541.96
Hex8254580232031163152a
Octal20212413004340615432552
Binary1000001010101001011000010001110000011000110110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825458; }

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

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

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

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

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

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

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

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