#85525D

Color #85525D Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #85525D

Tints of Cannon Pink #85525D

Color information

#85525D (or 0x85525D) is unknown color: approx Cannon Pink. HEX triplet: 85, 52 and 5D. RGB value is (133,82,93). Sum of RGB (Red+Green+Blue) = 133+82+93=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85525D is #7AADA2. Grayscale: #626262. Windows color (decimal): -8039843 or 6115973. OLE color: 6115973.

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

Color convert

RGB1338293-
CMYK00.380.300.48
HSL347.06º23.72%42.16%-
HSV(B)347.06º38.35%52.16%-
XYZ14.6711.8111.86-
YUV98.5124.9152.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=43.18%
G=26.62%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133829300.380.300.48347.0623.7242.16
Hex85525D0261E3015b182a
Octal20512213504636605333052
Binary100001011010010101110101001101111011000010101101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85525D;
 }
 .AnyTagClassName
 {
   color: #85525D;
 }
</style>
background-color css

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

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

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

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

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

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