#8A535D

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

Shades of Cannon Pink #8A535D

Tints of Cannon Pink #8A535D

Color information

#8A535D (or 0x8A535D) is unknown color: approx Cannon Pink. HEX triplet: 8A, 53 and 5D. RGB value is (138,83,93). Sum of RGB (Red+Green+Blue) = 138+83+93=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A535D is #75ACA2. Grayscale: #646464. Windows color (decimal): -7711907 or 6116234. OLE color: 6116234.

HSL color Cylindrical-coordinate representation of color #8A535D: hue angle of 349.09º 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 #8A535D is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1388393-
CMYK00.400.330.46
HSL349.09º24.89%43.33%-
HSV(B)349.09º39.86%54.12%-
XYZ15.5512.3811.93-
YUV100.58123.72154.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.95%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=43.95%
G=26.43%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138839300.400.330.46349.0924.8943.33
Hex8A535D028212E15d192b
Octal21212313505041565353153
Binary1000101010100111011101010100010000110111010101110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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