Html Css Color HEX #80535B Cannon Pink

📋 copy color: '#80535B'

red 128 ◦ green 83 ◦ blue 91

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

Shades of Cannon Pink #80535B

Tints of Cannon Pink #80535B

RGB

 RED value IS 128 (50.39% from 255) = 42.38%

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 42.38%
G = 27.48%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80535B (or 0x80535B) is known color: Cannon Pink. HEX triplet: 80, 53 and 5B. RGB value is (128,83,91). Sum of RGB (Red+Green+Blue) = 128+83+91=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80535B is #7FACA4. Grayscale: #616161. Windows color (decimal): -8367269 or 5985152. OLE color: 5985152.

HSL color Cylindrical-coordinate representation of color #80535B: hue angle of 349.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80535B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 83 91 -
CMYK 0 0.35 0.29 0.50
HSL 349.33º 0.21% 0.41% -
HSV(B) 349.33º 0.35% 0.5% -
XYZ 13.88 11.53 11.39 -
YUV 97.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 128 83 91 0 0.35 0.29 0.50 349.33 0.21 0.41
Hex 80 53 5B 0 23 1D 32 15D 15 29
Octal 200 123 133 0 43 35 62 535 25 51
Binary 10000000 1010011 1011011 0 100011 11101 110010 101011101 10101 101001

Color Harmonies of #80535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80535B

Black with #80535B

Text Example


Text Example

White with #80535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,83,91); }

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

background-color css

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

 a { background-color: rgb(128,83,91); }

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

border-color css

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

 span { border-color: rgb(128,83,91); }

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