Html Css Color HEX #85525B Cannon Pink

📋 copy color: '#85525B'

red 133 ◦ green 82 ◦ blue 91

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

Shades of Cannon Pink #85525B

Tints of Cannon Pink #85525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

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

R = 43.46%
G = 26.8%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85525B (or 0x85525B) is known color: Cannon Pink. HEX triplet: 85, 52 and 5B. RGB value is (133,82,91). Sum of RGB (Red+Green+Blue) = 133+82+91=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #85525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85525B is #7AADA4. Grayscale: #626262. Windows color (decimal): -8039845 or 5984901. OLE color: 5984901.

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

Color convert

RGB 133 82 91 -
CMYK 0 0.38 0.32 0.48
HSL 349.41º 0.24% 0.42% -
HSV(B) 349.41º 0.38% 0.52% -
XYZ 14.58 11.78 11.4 -
YUV 98.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 133 82 91 0 0.38 0.32 0.48 349.41 0.24 0.42
Hex 85 52 5B 0 26 20 30 15D 18 2A
Octal 205 122 133 0 46 40 60 535 30 52
Binary 10000101 1010010 1011011 0 100110 100000 110000 101011101 11000 101010

Color Harmonies of #85525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85525B

Black with #85525B

Text Example


Text Example

White with #85525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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