#824A4F

Color #824A4F Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #824A4F

Tints of Solid Pink #824A4F

Color information

#824A4F (or 0x824A4F) is unknown color: approx Solid Pink. HEX triplet: 82, 4A and 4F. RGB value is (130,74,79). Sum of RGB (Red+Green+Blue) = 130+74+79=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824A4F is #7DB5B0. Grayscale: #5B5B5B. Windows color (decimal): -8238513 or 5196418. OLE color: 5196418.

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

Color convert

RGB1307479-
CMYK00.430.390.49
HSL354.64º27.45%40%-
HSV(B)354.64º43.08%50.98%-
XYZ13.0710.218.68-
YUV91.31121.05155.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=45.94%
G=26.15%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130747900.430.390.49354.6427.4540
Hex824A4F02B27311631b28
Octal20211211705347615433350
Binary1000001010010101001111010101110011111000110110001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #824A4F;
 }
 .AnyTagClassName
 {
   color: #824A4F;
 }
</style>
background-color css

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

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

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

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

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

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