Html Css Color HEX #824F57 Solid Pink

📋 copy color: '#824F57'

red 130 ◦ green 79 ◦ blue 87

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

Shades of Solid Pink #824F57

Tints of Solid Pink #824F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.69%

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

R = 43.92%
G = 26.69%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#824F57 (or 0x824F57) is known color: Solid Pink. HEX triplet: 82, 4F and 57. RGB value is (130,79,87). Sum of RGB (Red+Green+Blue) = 130+79+87=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #824F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F57 is #7DB0A8. Grayscale: #5F5F5F. Windows color (decimal): -8237225 or 5721986. OLE color: 5721986.

HSL color Cylindrical-coordinate representation of color #824F57: hue angle of 350.59º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #824F57 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 79 87 -
CMYK 0 0.39 0.33 0.49
HSL 350.59º 0.24% 0.41% -
HSV(B) 350.59º 0.39% 0.51% -
XYZ 13.72 11.03 10.42 -
YUV 95.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 130 79 87 0 0.39 0.33 0.49 350.59 0.24 0.41
Hex 82 4F 57 0 27 21 31 15F 18 29
Octal 202 117 127 0 47 41 61 537 30 51
Binary 10000010 1001111 1010111 0 100111 100001 110001 101011111 11000 101001

Color Harmonies of #824F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F57

Black with #824F57

Text Example


Text Example

White with #824F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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