Html Css Color HEX #825053 Solid Pink

📋 copy color: '#825053'

red 130 ◦ green 80 ◦ blue 83

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

Shades of Solid Pink #825053

Tints of Solid Pink #825053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.33%

R = 44.37%
G = 27.3%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#825053 (or 0x825053) is known color: Solid Pink. HEX triplet: 82, 50 and 53. RGB value is (130,80,83). Sum of RGB (Red+Green+Blue) = 130+80+83=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #825053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825053 is #7DAFAC. Grayscale: #5F5F5F. Windows color (decimal): -8236973 or 5460098. OLE color: 5460098.

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

Color convert

RGB 130 80 83 -
CMYK 0 0.38 0.36 0.49
HSL 356.4º 0.24% 0.41% -
HSV(B) 356.4º 0.38% 0.51% -
XYZ 13.64 11.11 9.61 -
YUV 95.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 130 80 83 0 0.38 0.36 0.49 356.4 0.24 0.41
Hex 82 50 53 0 26 24 31 164 18 29
Octal 202 120 123 0 46 44 61 544 30 51
Binary 10000010 1010000 1010011 0 100110 100100 110001 101100100 11000 101001

Color Harmonies of #825053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825053

Black with #825053

Text Example


Text Example

White with #825053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825053; }

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

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

background-color css

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

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

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

border-color css

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

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

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