Html Css Color HEX #825052 Solid Pink

📋 copy color: '#825052'

red 130 ◦ green 80 ◦ blue 82

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

Shades of Solid Pink #825052

Tints of Solid Pink #825052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 44.52%
G = 27.4%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#825052 (or 0x825052) is known color: Solid Pink. HEX triplet: 82, 50 and 52. RGB value is (130,80,82). Sum of RGB (Red+Green+Blue) = 130+80+82=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #825052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825052 is #7DAFAD. Grayscale: #5F5F5F. Windows color (decimal): -8236974 or 5394562. OLE color: 5394562.

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

Color convert

RGB 130 80 82 -
CMYK 0 0.38 0.37 0.49
HSL 357.6º 0.24% 0.41% -
HSV(B) 357.6º 0.38% 0.51% -
XYZ 13.6 11.09 9.41 -
YUV 95.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 130 80 82 0 0.38 0.37 0.49 357.6 0.24 0.41
Hex 82 50 52 0 26 25 31 166 18 29
Octal 202 120 122 0 46 45 61 546 30 51
Binary 10000010 1010000 1010010 0 100110 100101 110001 101100110 11000 101001

Color Harmonies of #825052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825052

Black with #825052

Text Example


Text Example

White with #825052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825052; }

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

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

background-color css

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

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

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

border-color css

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

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

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