Html Css Color HEX #85495B Cannon Pink

📋 copy color: '#85495B'

red 133 ◦ green 73 ◦ blue 91

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

Shades of Cannon Pink #85495B

Tints of Cannon Pink #85495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

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

R = 44.78%
G = 24.58%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85495B (or 0x85495B) is known color: Cannon Pink. HEX triplet: 85, 49 and 5B. RGB value is (133,73,91). Sum of RGB (Red+Green+Blue) = 133+73+91=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85495B is #7AB6A4. Grayscale: #5C5C5C. Windows color (decimal): -8042149 or 5982597. OLE color: 5982597.

HSL color Cylindrical-coordinate representation of color #85495B: hue angle of 342º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85495B is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 91 -
CMYK 0 0.45 0.32 0.48
HSL 342º 0.29% 0.4% -
HSV(B) 342º 0.45% 0.52% -
XYZ 13.94 10.51 11.19 -
YUV 92.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 133 73 91 0 0.45 0.32 0.48 342 0.29 0.4
Hex 85 49 5B 0 2D 20 30 156 1D 28
Octal 205 111 133 0 55 40 60 526 35 50
Binary 10000101 1001001 1011011 0 101101 100000 110000 101010110 11101 101000

Color Harmonies of #85495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85495B

Black with #85495B

Text Example


Text Example

White with #85495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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