#8A535B

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

Shades of Cannon Pink #8A535B

Tints of Cannon Pink #8A535B

Color information

#8A535B (or 0x8A535B) is unknown color: approx Cannon Pink. HEX triplet: 8A, 53 and 5B. RGB value is (138,83,91). Sum of RGB (Red+Green+Blue) = 138+83+91=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A535B is #75ACA4. Grayscale: #646464. Windows color (decimal): -7711909 or 5985162. OLE color: 5985162.

HSL color Cylindrical-coordinate representation of color #8A535B: hue angle of 351.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A535B is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1388391-
CMYK00.400.340.46
HSL351.27º24.89%43.33%-
HSV(B)351.27º39.86%54.12%-
XYZ15.4612.3511.47-
YUV100.36122.72154.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.23%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=44.23%
G=26.60%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138839100.400.340.46351.2724.8943.33
Hex8A535B028222E15f192b
Octal21212313305042565373153
Binary1000101010100111011011010100010001010111010101111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A535B; }

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

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

<style>
 a { background-color: #8A535B; }

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

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

<style>
 span { border-color: #8A535B; }

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

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