Html Css Color HEX #825354 Solid Pink

📋 copy color: '#825354'

red 130 ◦ green 83 ◦ blue 84

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

Shades of Solid Pink #825354

Tints of Solid Pink #825354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 43.77%
G = 27.95%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#825354 (or 0x825354) is known color: Solid Pink. HEX triplet: 82, 53 and 54. RGB value is (130,83,84). Sum of RGB (Red+Green+Blue) = 130+83+84=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #825354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825354 is #7DACAB. Grayscale: #616161. Windows color (decimal): -8236204 or 5526402. OLE color: 5526402.

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

Color convert

RGB 130 83 84 -
CMYK 0 0.36 0.35 0.49
HSL 358.72º 0.22% 0.42% -
HSV(B) 358.72º 0.36% 0.51% -
XYZ 13.9 11.57 9.89 -
YUV 97.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 130 83 84 0 0.36 0.35 0.49 358.72 0.22 0.42
Hex 82 53 54 0 24 23 31 167 16 2A
Octal 202 123 124 0 44 43 61 547 26 52
Binary 10000010 1010011 1010100 0 100100 100011 110001 101100111 10110 101010

Color Harmonies of #825354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825354

Black with #825354

Text Example


Text Example

White with #825354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825354; }

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

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

background-color css

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

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

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

border-color css

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

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

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