Html Css Color HEX #825259 Solid Pink

📋 copy color: '#825259'

red 130 ◦ green 82 ◦ blue 89

#825259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #825259

Tints of Solid Pink #825259

RGB

 RED value IS 130 (51.17% from 255) = 43.19%

 GREEN value IS 82 (32.42% from 255) = 27.24%

 BLUE value IS 89 (35.16% from 255) = 29.57%

R = 43.19%
G = 27.24%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#825259 (or 0x825259) is known color: Solid Pink. HEX triplet: 82, 52 and 59. RGB value is (130,82,89). Sum of RGB (Red+Green+Blue) = 130+82+89=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #825259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825259 is #7DADA6. Grayscale: #616161. Windows color (decimal): -8236455 or 5853826. OLE color: 5853826.

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

Color convert

RGB 130 82 89 -
CMYK 0 0.37 0.32 0.49
HSL 351.25º 0.23% 0.42% -
HSV(B) 351.25º 0.37% 0.51% -
XYZ 14.03 11.5 10.93 -
YUV 97.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 130 82 89 0 0.37 0.32 0.49 351.25 0.23 0.42
Hex 82 52 59 0 25 20 31 15F 17 2A
Octal 202 122 131 0 45 40 61 537 27 52
Binary 10000010 1010010 1011001 0 100101 100000 110001 101011111 10111 101010

Color Harmonies of #825259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825259

Black with #825259

Text Example


Text Example

White with #825259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825259; }

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

 H1.HeaderClassName
 {
   color: #825259;
 }
 .AnyTagClassName
 {
   color: #825259;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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