Html Css Color HEX #85464A Solid Pink

📋 copy color: '#85464A'

red 133 ◦ green 70 ◦ blue 74

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

Shades of Solid Pink #85464A

Tints of Solid Pink #85464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 48.01%
G = 25.27%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85464A (or 0x85464A) is known color: Solid Pink. HEX triplet: 85, 46 and 4A. RGB value is (133,70,74). Sum of RGB (Red+Green+Blue) = 133+70+74=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #85464A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85464A is #7AB9B5. Grayscale: #595959. Windows color (decimal): -8042934 or 4867717. OLE color: 4867717.

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

Color convert

RGB 133 70 74 -
CMYK 0 0.47 0.44 0.48
HSL 356.19º 0.31% 0.4% -
HSV(B) 356.19º 0.47% 0.52% -
XYZ 13.1 9.86 7.69 -
YUV 89.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 133 70 74 0 0.47 0.44 0.48 356.19 0.31 0.4
Hex 85 46 4A 0 2F 2C 30 164 1F 28
Octal 205 106 112 0 57 54 60 544 37 50
Binary 10000101 1000110 1001010 0 101111 101100 110000 101100100 11111 101000

Color Harmonies of #85464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85464A

Black with #85464A

Text Example


Text Example

White with #85464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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