Html Css Color HEX #85576B Cannon Pink

📋 copy color: '#85576B'

red 133 ◦ green 87 ◦ blue 107

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

Shades of Cannon Pink #85576B

Tints of Cannon Pink #85576B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 40.67%
G = 26.61%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85576B (or 0x85576B) is known color: Cannon Pink. HEX triplet: 85, 57 and 6B. RGB value is (133,87,107). Sum of RGB (Red+Green+Blue) = 133+87+107=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85576B is #7AA894. Grayscale: #666666. Windows color (decimal): -8038549 or 7034757. OLE color: 7034757.

HSL color Cylindrical-coordinate representation of color #85576B: hue angle of 333.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85576B is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 107 -
CMYK 0 0.35 0.20 0.48
HSL 333.91º 0.21% 0.43% -
HSV(B) 333.91º 0.35% 0.52% -
XYZ 15.73 12.86 15.56 -
YUV 103.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 133 87 107 0 0.35 0.20 0.48 333.91 0.21 0.43
Hex 85 57 6B 0 23 14 30 14E 15 2B
Octal 205 127 153 0 43 24 60 516 25 53
Binary 10000101 1010111 1101011 0 100011 10100 110000 101001110 10101 101011

Color Harmonies of #85576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85576B

Black with #85576B

Text Example


Text Example

White with #85576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,87,107); }

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

background-color css

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

 a { background-color: rgb(133,87,107); }

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

border-color css

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

 span { border-color: rgb(133,87,107); }

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