Html Css Color HEX #85464C Solid Pink

📋 copy color: '#85464C'

red 133 ◦ green 70 ◦ blue 76

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

Shades of Solid Pink #85464C

Tints of Solid Pink #85464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 47.67%
G = 25.09%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85464C (or 0x85464C) is known color: Solid Pink. HEX triplet: 85, 46 and 4C. RGB value is (133,70,76). Sum of RGB (Red+Green+Blue) = 133+70+76=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85464C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85464C is #7AB9B3. Grayscale: #595959. Windows color (decimal): -8042932 or 4998789. OLE color: 4998789.

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

Color convert

RGB 133 70 76 -
CMYK 0 0.47 0.43 0.48
HSL 354.29º 0.31% 0.4% -
HSV(B) 354.29º 0.47% 0.52% -
XYZ 13.17 9.89 8.05 -
YUV 89.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 133 70 76 0 0.47 0.43 0.48 354.29 0.31 0.4
Hex 85 46 4C 0 2F 2B 30 162 1F 28
Octal 205 106 114 0 57 53 60 542 37 50
Binary 10000101 1000110 1001100 0 101111 101011 110000 101100010 11111 101000

Color Harmonies of #85464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85464C

Black with #85464C

Text Example


Text Example

White with #85464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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