#854B4C

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

Shades of Solid Pink #854B4C

Tints of Solid Pink #854B4C

Color information

#854B4C (or 0x854B4C) is unknown color: approx Solid Pink. HEX triplet: 85, 4B and 4C. RGB value is (133,75,76). Sum of RGB (Red+Green+Blue) = 133+75+76=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #854B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B4C is #7AB4B3. Grayscale: #5C5C5C. Windows color (decimal): -8041652 or 5000069. OLE color: 5000069.

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

Color convert

RGB1337576-
CMYK00.440.430.48
HSL358.97º27.88%40.78%-
HSV(B)358.97º43.61%52.16%-
XYZ13.4910.548.16-
YUV92.46118.72156.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 75 (29.69% from 255) = 26.41%
BLUE value IS 76 (30.08% from 255) = 26.76%
R=46.83%
G=26.41%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133757600.440.430.48358.9727.8840.78
Hex854B4C02C2B301671c29
Octal20511311405453605473451
Binary1000010110010111001100010110010101111000010110011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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