#854346

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

Shades of Solid Pink #854346

Tints of Solid Pink #854346

Color information

#854346 (or 0x854346) is unknown color: approx Solid Pink. HEX triplet: 85, 43 and 46. RGB value is (133,67,70). Sum of RGB (Red+Green+Blue) = 133+67+70=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854346 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854346 is #7ABCB9. Grayscale: #575757. Windows color (decimal): -8043706 or 4604805. OLE color: 4604805.

HSL color Cylindrical-coordinate representation of color #854346: hue angle of 357.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854346 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1336770-
CMYK00.500.470.48
HSL357.27º33%39.22%-
HSV(B)357.27º49.62%52.16%-
XYZ12.799.446.94-
YUV87.08118.37160.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=49.26%
G=24.81%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133677000.500.470.48357.273339.22
Hex8543460322F301652127
Octal20510310606257605454147
Binary10000101100001110001100110010101111110000101100101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854346; }

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

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

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

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

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

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

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

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