Html Css Color HEX #825058 Solid Pink

📋 copy color: '#825058'

red 130 ◦ green 80 ◦ blue 88

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

Shades of Solid Pink #825058

Tints of Solid Pink #825058

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

 BLUE value IS 88 (34.77% from 255) = 29.53%

R = 43.62%
G = 26.85%
B = 29.53%

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

#825058 (or 0x825058) is known color: Solid Pink. HEX triplet: 82, 50 and 58. RGB value is (130,80,88). Sum of RGB (Red+Green+Blue) = 130+80+88=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825058 is #7DAFA7. Grayscale: #5F5F5F. Windows color (decimal): -8236968 or 5787778. OLE color: 5787778.

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

Color convert

RGB 130 80 88 -
CMYK 0 0.38 0.32 0.49
HSL 350.4º 0.24% 0.41% -
HSV(B) 350.4º 0.38% 0.51% -
XYZ 13.84 11.19 10.66 -
YUV 95.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 130 80 88 0 0.38 0.32 0.49 350.4 0.24 0.41
Hex 82 50 58 0 26 20 31 15E 18 29
Octal 202 120 130 0 46 40 61 536 30 51
Binary 10000010 1010000 1011000 0 100110 100000 110001 101011110 11000 101001

Color Harmonies of #825058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825058

Black with #825058

Text Example


Text Example

White with #825058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825058; }

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

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

background-color css

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

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

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

border-color css

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

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

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