#854246

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

Shades of Solid Pink #854246

Tints of Solid Pink #854246

Color information

#854246 (or 0x854246) is unknown color: approx Solid Pink. HEX triplet: 85, 42 and 46. RGB value is (133,66,70). Sum of RGB (Red+Green+Blue) = 133+66+70=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854246 is #7ABDB9. Grayscale: #565656. Windows color (decimal): -8043962 or 4604549. OLE color: 4604549.

HSL color Cylindrical-coordinate representation of color #854246: hue angle of 356.42º degrees, saturation: 0.34, 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 #854246 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1336670-
CMYK00.500.470.48
HSL356.42º33.67%39.02%-
HSV(B)356.42º50.38%52.16%-
XYZ12.739.336.92-
YUV86.49118.7161.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=49.44%
G=24.54%
B=26.02%

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
Decimal133667000.500.470.48356.4233.6739.02
Hex8542460322F301642227
Octal20510210606257605444247
Binary10000101100001010001100110010101111110000101100100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854246; }

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

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

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

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

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

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

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

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