Html Css Color HEX #85515B Cannon Pink

📋 copy color: '#85515B'

red 133 ◦ green 81 ◦ blue 91

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

Shades of Cannon Pink #85515B

Tints of Cannon Pink #85515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

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

R = 43.61%
G = 26.56%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85515B (or 0x85515B) is known color: Cannon Pink. HEX triplet: 85, 51 and 5B. RGB value is (133,81,91). Sum of RGB (Red+Green+Blue) = 133+81+91=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85515B is #7AAEA4. Grayscale: #616161. Windows color (decimal): -8040101 or 5984645. OLE color: 5984645.

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

Color convert

RGB 133 81 91 -
CMYK 0 0.39 0.32 0.48
HSL 348.46º 0.24% 0.42% -
HSV(B) 348.46º 0.39% 0.52% -
XYZ 14.5 11.63 11.38 -
YUV 97.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 133 81 91 0 0.39 0.32 0.48 348.46 0.24 0.42
Hex 85 51 5B 0 27 20 30 15C 18 2A
Octal 205 121 133 0 47 40 60 534 30 52
Binary 10000101 1010001 1011011 0 100111 100000 110000 101011100 11000 101010

Color Harmonies of #85515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85515B

Black with #85515B

Text Example


Text Example

White with #85515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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