#8B535C

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

Shades of Cannon Pink #8B535C

Tints of Cannon Pink #8B535C

Color information

#8B535C (or 0x8B535C) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 5C. RGB value is (139,83,92). Sum of RGB (Red+Green+Blue) = 139+83+92=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B535C is #74ACA3. Grayscale: #646464. Windows color (decimal): -7646372 or 6050699. OLE color: 6050699.

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

Color convert

RGB1398392-
CMYK00.400.340.45
HSL350.36º25.23%43.53%-
HSV(B)350.36º40.29%54.51%-
XYZ15.6712.4511.7-
YUV100.77123.05155.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=44.27%
G=26.43%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139839200.400.340.45350.3625.2343.53
Hex8B535C028222D15e192c
Octal21312313405042555363154
Binary1000101110100111011100010100010001010110110101111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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