#8B535D

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

Shades of Cannon Pink #8B535D

Tints of Cannon Pink #8B535D

Color information

#8B535D (or 0x8B535D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 5D. RGB value is (139,83,93). Sum of RGB (Red+Green+Blue) = 139+83+93=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B535D is #74ACA2. Grayscale: #646464. Windows color (decimal): -7646371 or 6116235. OLE color: 6116235.

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

Color convert

RGB1398393-
CMYK00.400.330.45
HSL349.29º25.23%43.53%-
HSV(B)349.29º40.29%54.51%-
XYZ15.7212.4711.93-
YUV100.88123.55155.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=44.13%
G=26.35%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139839300.400.330.45349.2925.2343.53
Hex8B535D028212D15d192c
Octal21312313505041555353154
Binary1000101110100111011101010100010000110110110101110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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