#8B535E

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

Shades of Cannon Pink #8B535E

Tints of Cannon Pink #8B535E

Color information

#8B535E (or 0x8B535E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 5E. RGB value is (139,83,94). Sum of RGB (Red+Green+Blue) = 139+83+94=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B535E is #74ACA1. Grayscale: #656565. Windows color (decimal): -7646370 or 6181771. OLE color: 6181771.

HSL color Cylindrical-coordinate representation of color #8B535E: hue angle of 348.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B535E is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1398394-
CMYK00.400.320.45
HSL348.21º25.23%43.53%-
HSV(B)348.21º40.29%54.51%-
XYZ15.7612.4812.17-
YUV101124.05155.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.99%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=43.99%
G=26.27%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139839400.400.320.45348.2125.2343.53
Hex8B535E028202D15c192c
Octal21312313605040555343154
Binary1000101110100111011110010100010000010110110101110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,94); }

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

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

 a { background-color: rgb(139,83,94); }

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

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

 span { border-color: rgb(139,83,94); }

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