Html Css Color HEX #825159 Solid Pink

📋 copy color: '#825159'

red 130 ◦ green 81 ◦ blue 89

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

Shades of Solid Pink #825159

Tints of Solid Pink #825159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

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

R = 43.33%
G = 27%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#825159 (or 0x825159) is known color: Solid Pink. HEX triplet: 82, 51 and 59. RGB value is (130,81,89). Sum of RGB (Red+Green+Blue) = 130+81+89=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825159 is #7DAEA6. Grayscale: #606060. Windows color (decimal): -8236711 or 5853570. OLE color: 5853570.

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

Color convert

RGB 130 81 89 -
CMYK 0 0.38 0.32 0.49
HSL 350.2º 0.23% 0.41% -
HSV(B) 350.2º 0.38% 0.51% -
XYZ 13.95 11.35 10.91 -
YUV 96.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 130 81 89 0 0.38 0.32 0.49 350.2 0.23 0.41
Hex 82 51 59 0 26 20 31 15E 17 29
Octal 202 121 131 0 46 40 61 536 27 51
Binary 10000010 1010001 1011001 0 100110 100000 110001 101011110 10111 101001

Color Harmonies of #825159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825159

Black with #825159

Text Example


Text Example

White with #825159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825159; }

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

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

background-color css

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

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

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

border-color css

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

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

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