Html Css Color HEX #85464F Solid Pink

📋 copy color: '#85464F'

red 133 ◦ green 70 ◦ blue 79

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

Shades of Solid Pink #85464F

Tints of Solid Pink #85464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 47.16%
G = 24.82%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85464F (or 0x85464F) is known color: Solid Pink. HEX triplet: 85, 46 and 4F. RGB value is (133,70,79). Sum of RGB (Red+Green+Blue) = 133+70+79=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85464F is #7AB9B0. Grayscale: #595959. Windows color (decimal): -8042929 or 5195397. OLE color: 5195397.

HSL color Cylindrical-coordinate representation of color #85464F: hue angle of 351.43º degrees, saturation: 0.31, 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 #85464F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 79 -
CMYK 0 0.47 0.41 0.48
HSL 351.43º 0.31% 0.4% -
HSV(B) 351.43º 0.47% 0.52% -
XYZ 13.27 9.93 8.61 -
YUV 89.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 133 70 79 0 0.47 0.41 0.48 351.43 0.31 0.4
Hex 85 46 4F 0 2F 29 30 15F 1F 28
Octal 205 106 117 0 57 51 60 537 37 50
Binary 10000101 1000110 1001111 0 101111 101001 110000 101011111 11111 101000

Color Harmonies of #85464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85464F

Black with #85464F

Text Example


Text Example

White with #85464F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85464F; }

 p { color: rgb(133,70,79); }

 H1.HeaderClassName
 {
   color: #85464F;
 }
 .AnyTagClassName
 {
   color: #85464F;
 }
</style>

background-color css

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

 a { background-color: rgb(133,70,79); }

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

border-color css

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

 span { border-color: rgb(133,70,79); }

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