Html Css Color HEX #85474D Solid Pink

📋 copy color: '#85474D'

red 133 ◦ green 71 ◦ blue 77

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

Shades of Solid Pink #85474D

Tints of Solid Pink #85474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.27%

 BLUE value IS 77 (30.47% from 255) = 27.4%

R = 47.33%
G = 25.27%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85474D (or 0x85474D) is known color: Solid Pink. HEX triplet: 85, 47 and 4D. RGB value is (133,71,77). Sum of RGB (Red+Green+Blue) = 133+71+77=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85474D is #7AB8B2. Grayscale: #5A5A5A. Windows color (decimal): -8042675 or 5064581. OLE color: 5064581.

HSL color Cylindrical-coordinate representation of color #85474D: hue angle of 354.19º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85474D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 77 -
CMYK 0 0.47 0.42 0.48
HSL 354.19º 0.3% 0.4% -
HSV(B) 354.19º 0.47% 0.52% -
XYZ 13.27 10.03 8.26 -
YUV 90.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 133 71 77 0 0.47 0.42 0.48 354.19 0.3 0.4
Hex 85 47 4D 0 2F 2A 30 162 1E 28
Octal 205 107 115 0 57 52 60 542 36 50
Binary 10000101 1000111 1001101 0 101111 101010 110000 101100010 11110 101000

Color Harmonies of #85474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85474D

Black with #85474D

Text Example


Text Example

White with #85474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85474D; }

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

 H1.HeaderClassName
 {
   color: #85474D;
 }
 .AnyTagClassName
 {
   color: #85474D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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