Html Css Color HEX #85515D Cannon Pink

📋 copy color: '#85515D'

red 133 ◦ green 81 ◦ blue 93

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

Shades of Cannon Pink #85515D

Tints of Cannon Pink #85515D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 43.32%
G = 26.38%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85515D (or 0x85515D) is known color: Cannon Pink. HEX triplet: 85, 51 and 5D. RGB value is (133,81,93). Sum of RGB (Red+Green+Blue) = 133+81+93=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85515D is #7AAEA2. Grayscale: #616161. Windows color (decimal): -8040099 or 6115717. OLE color: 6115717.

HSL color Cylindrical-coordinate representation of color #85515D: hue angle of 346.15º 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 #85515D is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 93 -
CMYK 0 0.39 0.30 0.48
HSL 346.15º 0.24% 0.42% -
HSV(B) 346.15º 0.39% 0.52% -
XYZ 14.59 11.66 11.84 -
YUV 97.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 133 81 93 0 0.39 0.30 0.48 346.15 0.24 0.42
Hex 85 51 5D 0 27 1E 30 15A 18 2A
Octal 205 121 135 0 47 36 60 532 30 52
Binary 10000101 1010001 1011101 0 100111 11110 110000 101011010 11000 101010

Color Harmonies of #85515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85515D

Black with #85515D

Text Example


Text Example

White with #85515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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