Html Css Color HEX #824D4F Solid Pink

📋 copy color: '#824D4F'

red 130 ◦ green 77 ◦ blue 79

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

Shades of Solid Pink #824D4F

Tints of Solid Pink #824D4F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.92%

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 45.45%
G = 26.92%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#824D4F (or 0x824D4F) is known color: Solid Pink. HEX triplet: 82, 4D and 4F. RGB value is (130,77,79). Sum of RGB (Red+Green+Blue) = 130+77+79=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #824D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824D4F is #7DB2B0. Grayscale: #5D5D5D. Windows color (decimal): -8237745 or 5197186. OLE color: 5197186.

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

Color convert

RGB 130 77 79 -
CMYK 0 0.41 0.39 0.49
HSL 357.74º 0.26% 0.41% -
HSV(B) 357.74º 0.41% 0.51% -
XYZ 13.27 10.62 8.75 -
YUV 93.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 130 77 79 0 0.41 0.39 0.49 357.74 0.26 0.41
Hex 82 4D 4F 0 29 27 31 166 1A 29
Octal 202 115 117 0 51 47 61 546 32 51
Binary 10000010 1001101 1001111 0 101001 100111 110001 101100110 11010 101001

Color Harmonies of #824D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D4F

Black with #824D4F

Text Example


Text Example

White with #824D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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