#824346

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

Shades of Solid Pink #824346

Tints of Solid Pink #824346

Color information

#824346 (or 0x824346) is unknown color: approx Solid Pink. HEX triplet: 82, 43 and 46. RGB value is (130,67,70). Sum of RGB (Red+Green+Blue) = 130+67+70=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #824346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824346 is #7DBCB9. Grayscale: #565656. Windows color (decimal): -8240314 or 4604802. OLE color: 4604802.

HSL color Cylindrical-coordinate representation of color #824346: hue angle of 357.14º 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 #824346 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1306770-
CMYK00.480.460.49
HSL357.14º31.98%38.63%-
HSV(B)357.14º48.46%50.98%-
XYZ12.329.26.92-
YUV86.18118.87159.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=48.69%
G=25.09%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130677000.480.460.49357.1431.9838.63
Hex8243460302E311652027
Octal20210310606056615454047
Binary10000010100001110001100110000101110110001101100101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824346; }

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

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

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

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

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

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

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

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