Html Css Color HEX #824C4F Solid Pink

📋 copy color: '#824C4F'

red 130 ◦ green 76 ◦ blue 79

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

Shades of Solid Pink #824C4F

Tints of Solid Pink #824C4F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 45.61%
G = 26.67%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#824C4F (or 0x824C4F) is known color: Solid Pink. HEX triplet: 82, 4C and 4F. RGB value is (130,76,79). Sum of RGB (Red+Green+Blue) = 130+76+79=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 79 (31.25% from 255 or 27.72% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #824C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824C4F is #7DB3B0. Grayscale: #5C5C5C. Windows color (decimal): -8238001 or 5196930. OLE color: 5196930.

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

Color convert

RGB 130 76 79 -
CMYK 0 0.42 0.39 0.49
HSL 356.67º 0.26% 0.4% -
HSV(B) 356.67º 0.42% 0.51% -
XYZ 13.2 10.48 8.72 -
YUV 92.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 130 76 79 0 0.42 0.39 0.49 356.67 0.26 0.4
Hex 82 4C 4F 0 2A 27 31 165 1A 28
Octal 202 114 117 0 52 47 61 545 32 50
Binary 10000010 1001100 1001111 0 101010 100111 110001 101100101 11010 101000

Color Harmonies of #824C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C4F

Black with #824C4F

Text Example


Text Example

White with #824C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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