Html Css Color HEX #825055 Solid Pink

📋 copy color: '#825055'

red 130 ◦ green 80 ◦ blue 85

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

Shades of Solid Pink #825055

Tints of Solid Pink #825055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 44.07%
G = 27.12%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#825055 (or 0x825055) is known color: Solid Pink. HEX triplet: 82, 50 and 55. RGB value is (130,80,85). Sum of RGB (Red+Green+Blue) = 130+80+85=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825055 is #7DAFAA. Grayscale: #5F5F5F. Windows color (decimal): -8236971 or 5591170. OLE color: 5591170.

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

Color convert

RGB 130 80 85 -
CMYK 0 0.38 0.35 0.49
HSL 354º 0.24% 0.41% -
HSV(B) 354º 0.38% 0.51% -
XYZ 13.71 11.14 10.02 -
YUV 95.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 130 80 85 0 0.38 0.35 0.49 354 0.24 0.41
Hex 82 50 55 0 26 23 31 162 18 29
Octal 202 120 125 0 46 43 61 542 30 51
Binary 10000010 1010000 1010101 0 100110 100011 110001 101100010 11000 101001

Color Harmonies of #825055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825055

Black with #825055

Text Example


Text Example

White with #825055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825055; }

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

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

background-color css

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

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

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

border-color css

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

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

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