Html Css Color HEX #85465B Cannon Pink

📋 copy color: '#85465B'

red 133 ◦ green 70 ◦ blue 91

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

Shades of Cannon Pink #85465B

Tints of Cannon Pink #85465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 45.24%
G = 23.81%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85465B (or 0x85465B) is known color: Cannon Pink. HEX triplet: 85, 46 and 5B. RGB value is (133,70,91). Sum of RGB (Red+Green+Blue) = 133+70+91=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85465B is #7AB9A4. Grayscale: #5B5B5B. Windows color (decimal): -8042917 or 5981829. OLE color: 5981829.

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

Color convert

RGB 133 70 91 -
CMYK 0 0.47 0.32 0.48
HSL 340º 0.31% 0.4% -
HSV(B) 340º 0.47% 0.52% -
XYZ 13.75 10.12 11.13 -
YUV 91.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 133 70 91 0 0.47 0.32 0.48 340 0.31 0.4
Hex 85 46 5B 0 2F 20 30 154 1F 28
Octal 205 106 133 0 57 40 60 524 37 50
Binary 10000101 1000110 1011011 0 101111 100000 110000 101010100 11111 101000

Color Harmonies of #85465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85465B

Black with #85465B

Text Example


Text Example

White with #85465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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