#854248

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

Shades of Solid Pink #854248

Tints of Solid Pink #854248

Color information

#854248 (or 0x854248) is unknown color: approx Solid Pink. HEX triplet: 85, 42 and 48. RGB value is (133,66,72). Sum of RGB (Red+Green+Blue) = 133+66+72=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854248 is #7ABDB7. Grayscale: #565656. Windows color (decimal): -8043960 or 4735621. OLE color: 4735621.

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

Color convert

RGB1336672-
CMYK00.500.460.48
HSL354.63º33.67%39.02%-
HSV(B)354.63º50.38%52.16%-
XYZ12.799.357.26-
YUV86.72119.7161.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=49.08%
G=24.35%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133667200.500.460.48354.6333.6739.02
Hex8542480322E301632227
Octal20510211006256605434247
Binary10000101100001010010000110010101110110000101100011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854248; }

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

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

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

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

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

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

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

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