#825358

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

Shades of Solid Pink #825358

Tints of Solid Pink #825358

Color information

#825358 (or 0x825358) is unknown color: approx Solid Pink. HEX triplet: 82, 53 and 58. RGB value is (130,83,88). Sum of RGB (Red+Green+Blue) = 130+83+88=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #825358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825358 is #7DACA7. Grayscale: #616161. Windows color (decimal): -8236200 or 5788546. OLE color: 5788546.

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

Color convert

RGB1308388-
CMYK00.360.320.49
HSL353.62º22.07%41.76%-
HSV(B)353.62º36.15%50.98%-
XYZ14.0611.6410.74-
YUV97.62122.57151.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=43.19%
G=27.57%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130838800.360.320.49353.6222.0741.76
Hex8253580242031162162a
Octal20212313004440615422652
Binary1000001010100111011000010010010000011000110110001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825358; }

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

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

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

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

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

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

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

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