Html Css Color HEX #825152 Solid Pink

📋 copy color: '#825152'

red 130 ◦ green 81 ◦ blue 82

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

Shades of Solid Pink #825152

Tints of Solid Pink #825152

RGB

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

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

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

R = 44.37%
G = 27.65%
B = 27.99%

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

#825152 (or 0x825152) is known color: Solid Pink. HEX triplet: 82, 51 and 52. RGB value is (130,81,82). Sum of RGB (Red+Green+Blue) = 130+81+82=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #825152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825152 is #7DAEAD. Grayscale: #5F5F5F. Windows color (decimal): -8236718 or 5394818. OLE color: 5394818.

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

Color convert

RGB 130 81 82 -
CMYK 0 0.38 0.37 0.49
HSL 358.78º 0.23% 0.41% -
HSV(B) 358.78º 0.38% 0.51% -
XYZ 13.67 11.24 9.43 -
YUV 95.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 130 81 82 0 0.38 0.37 0.49 358.78 0.23 0.41
Hex 82 51 52 0 26 25 31 167 17 29
Octal 202 121 122 0 46 45 61 547 27 51
Binary 10000010 1010001 1010010 0 100110 100101 110001 101100111 10111 101001

Color Harmonies of #825152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825152

Black with #825152

Text Example


Text Example

White with #825152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825152; }

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

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

background-color css

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

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

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

border-color css

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

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

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