#85525A

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

Shades of Cannon Pink #85525A

Tints of Cannon Pink #85525A

Color information

#85525A (or 0x85525A) is unknown color: approx Cannon Pink. HEX triplet: 85, 52 and 5A. RGB value is (133,82,90). Sum of RGB (Red+Green+Blue) = 133+82+90=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85525A is #7AADA5. Grayscale: #626262. Windows color (decimal): -8039846 or 5919365. OLE color: 5919365.

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

Color convert

RGB1338290-
CMYK00.380.320.48
HSL350.59º23.72%42.16%-
HSV(B)350.59º38.35%52.16%-
XYZ14.5411.7611.18-
YUV98.16123.4152.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=43.61%
G=26.89%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133829000.380.320.48350.5923.7242.16
Hex85525A026203015f182a
Octal20512213204640605373052
Binary1000010110100101011010010011010000011000010101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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