#854C4E

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

Shades of Solid Pink #854C4E

Tints of Solid Pink #854C4E

Color information

#854C4E (or 0x854C4E) is unknown color: approx Solid Pink. HEX triplet: 85, 4C and 4E. RGB value is (133,76,78). Sum of RGB (Red+Green+Blue) = 133+76+78=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #854C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C4E is #7AB3B1. Grayscale: #5D5D5D. Windows color (decimal): -8041394 or 5131397. OLE color: 5131397.

HSL color Cylindrical-coordinate representation of color #854C4E: hue angle of 357.89º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854C4E is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1337678-
CMYK00.430.410.48
HSL357.89º27.27%40.98%-
HSV(B)357.89º42.86%52.16%-
XYZ13.6310.718.56-
YUV93.27119.38156.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=46.34%
G=26.48%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133767800.430.410.48357.8927.2740.98
Hex854C4E02B29301661b29
Octal20511411605351605463351
Binary1000010110011001001110010101110100111000010110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C4E; }

 p { color: rgb(133,76,78); }

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

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

 a { background-color: rgb(133,76,78); }

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

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

 span { border-color: rgb(133,76,78); }

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