Html Css Color HEX #825254 Solid Pink

📋 copy color: '#825254'

red 130 ◦ green 82 ◦ blue 84

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

Shades of Solid Pink #825254

Tints of Solid Pink #825254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 84 (33.2% from 255) = 28.38%

R = 43.92%
G = 27.7%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#825254 (or 0x825254) is known color: Solid Pink. HEX triplet: 82, 52 and 54. RGB value is (130,82,84). Sum of RGB (Red+Green+Blue) = 130+82+84=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #825254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825254 is #7DADAB. Grayscale: #606060. Windows color (decimal): -8236460 or 5526146. OLE color: 5526146.

HSL color Cylindrical-coordinate representation of color #825254: hue angle of 357.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825254 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 84 -
CMYK 0 0.37 0.35 0.49
HSL 357.5º 0.23% 0.42% -
HSV(B) 357.5º 0.37% 0.51% -
XYZ 13.82 11.42 9.86 -
YUV 96.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 130 82 84 0 0.37 0.35 0.49 357.5 0.23 0.42
Hex 82 52 54 0 25 23 31 166 17 2A
Octal 202 122 124 0 45 43 61 546 27 52
Binary 10000010 1010010 1010100 0 100101 100011 110001 101100110 10111 101010

Color Harmonies of #825254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825254

Black with #825254

Text Example


Text Example

White with #825254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825254; }

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

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

background-color css

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

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

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

border-color css

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

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

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