Html Css Color HEX #85464B Solid Pink

📋 copy color: '#85464B'

red 133 ◦ green 70 ◦ blue 75

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

Shades of Solid Pink #85464B

Tints of Solid Pink #85464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.98%

R = 47.84%
G = 25.18%
B = 26.98%

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

#85464B (or 0x85464B) is known color: Solid Pink. HEX triplet: 85, 46 and 4B. RGB value is (133,70,75). Sum of RGB (Red+Green+Blue) = 133+70+75=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85464B is #7AB9B4. Grayscale: #595959. Windows color (decimal): -8042933 or 4933253. OLE color: 4933253.

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

Color convert

RGB 133 70 75 -
CMYK 0 0.47 0.44 0.48
HSL 355.24º 0.31% 0.4% -
HSV(B) 355.24º 0.47% 0.52% -
XYZ 13.13 9.87 7.87 -
YUV 89.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 133 70 75 0 0.47 0.44 0.48 355.24 0.31 0.4
Hex 85 46 4B 0 2F 2C 30 163 1F 28
Octal 205 106 113 0 57 54 60 543 37 50
Binary 10000101 1000110 1001011 0 101111 101100 110000 101100011 11111 101000

Color Harmonies of #85464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85464B

Black with #85464B

Text Example


Text Example

White with #85464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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