#824246

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

Shades of Solid Pink #824246

Tints of Solid Pink #824246

Color information

#824246 (or 0x824246) is unknown color: approx Solid Pink. HEX triplet: 82, 42 and 46. RGB value is (130,66,70). Sum of RGB (Red+Green+Blue) = 130+66+70=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #824246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824246 is #7DBDB9. Grayscale: #555555. Windows color (decimal): -8240570 or 4604546. OLE color: 4604546.

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

Color convert

RGB1306670-
CMYK00.490.460.49
HSL356.25º32.65%38.43%-
HSV(B)356.25º49.23%50.98%-
XYZ12.269.086.9-
YUV85.59119.2159.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=48.87%
G=24.81%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130667000.490.460.49356.2532.6538.43
Hex8242460312E311642126
Octal20210210606156615444146
Binary10000010100001010001100110001101110110001101100100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824246; }

 p { color: rgb(130,66,70); }

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

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

 a { background-color: rgb(130,66,70); }

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

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

 span { border-color: rgb(130,66,70); }

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