#824349

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

Shades of Solid Pink #824349

Tints of Solid Pink #824349

Color information

#824349 (or 0x824349) is unknown color: approx Solid Pink. HEX triplet: 82, 43 and 49. RGB value is (130,67,73). Sum of RGB (Red+Green+Blue) = 130+67+73=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824349 is #7DBCB6. Grayscale: #565656. Windows color (decimal): -8240311 or 4801410. OLE color: 4801410.

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

Color convert

RGB1306773-
CMYK00.480.440.49
HSL354.29º31.98%38.63%-
HSV(B)354.29º48.46%50.98%-
XYZ12.429.247.43-
YUV86.52120.37159.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=48.15%
G=24.81%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130677300.480.440.49354.2931.9838.63
Hex8243490302C311622027
Octal20210311106054615424047
Binary10000010100001110010010110000101100110001101100010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824349; }

 p { color: rgb(130,67,73); }

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

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

 a { background-color: rgb(130,67,73); }

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

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

 span { border-color: rgb(130,67,73); }

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