Html Css Color HEX #825357 Solid Pink

📋 copy color: '#825357'

red 130 ◦ green 83 ◦ blue 87

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

Shades of Solid Pink #825357

Tints of Solid Pink #825357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29%

R = 43.33%
G = 27.67%
B = 29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#825357 (or 0x825357) is known color: Solid Pink. HEX triplet: 82, 53 and 57. RGB value is (130,83,87). Sum of RGB (Red+Green+Blue) = 130+83+87=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825357 is #7DACA8. Grayscale: #616161. Windows color (decimal): -8236201 or 5723010. OLE color: 5723010.

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

Color convert

RGB 130 83 87 -
CMYK 0 0.36 0.33 0.49
HSL 354.89º 0.22% 0.42% -
HSV(B) 354.89º 0.36% 0.51% -
XYZ 14.02 11.62 10.52 -
YUV 97.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 130 83 87 0 0.36 0.33 0.49 354.89 0.22 0.42
Hex 82 53 57 0 24 21 31 163 16 2A
Octal 202 123 127 0 44 41 61 543 26 52
Binary 10000010 1010011 1010111 0 100100 100001 110001 101100011 10110 101010

Color Harmonies of #825357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825357

Black with #825357

Text Example


Text Example

White with #825357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825357; }

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

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

background-color css

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

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

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

border-color css

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

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

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