Html Css Color HEX #854D57 Solid Pink

📋 copy color: '#854D57'

red 133 ◦ green 77 ◦ blue 87

#854D57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #854D57

Tints of Solid Pink #854D57

RGB

 RED value IS 133 (52.34% from 255) = 44.78%

 GREEN value IS 77 (30.47% from 255) = 25.93%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 44.78%
G = 25.93%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#854D57 (or 0x854D57) is known color: Solid Pink. HEX triplet: 85, 4D and 57. RGB value is (133,77,87). Sum of RGB (Red+Green+Blue) = 133+77+87=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #854D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D57 is #7AB2A8. Grayscale: #5E5E5E. Windows color (decimal): -8041129 or 5721477. OLE color: 5721477.

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

Color convert

RGB 133 77 87 -
CMYK 0 0.42 0.35 0.48
HSL 349.29º 0.27% 0.41% -
HSV(B) 349.29º 0.42% 0.52% -
XYZ 14.05 10.98 10.4 -
YUV 94.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 133 77 87 0 0.42 0.35 0.48 349.29 0.27 0.41
Hex 85 4D 57 0 2A 23 30 15D 1B 29
Octal 205 115 127 0 52 43 60 535 33 51
Binary 10000101 1001101 1010111 0 101010 100011 110000 101011101 11011 101001

Color Harmonies of #854D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D57

Black with #854D57

Text Example


Text Example

White with #854D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,77,87); }

 H1.HeaderClassName
 {
   color: #854D57;
 }
 .AnyTagClassName
 {
   color: #854D57;
 }
</style>

background-color css

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

 a { background-color: rgb(133,77,87); }

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

border-color css

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

 span { border-color: rgb(133,77,87); }

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