#83535C

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

Shades of Cannon Pink #83535C

Tints of Cannon Pink #83535C

Color information

#83535C (or 0x83535C) is unknown color: approx Cannon Pink. HEX triplet: 83, 53 and 5C. RGB value is (131,83,92). Sum of RGB (Red+Green+Blue) = 131+83+92=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83535C is #7CACA3. Grayscale: #626262. Windows color (decimal): -8170660 or 6050691. OLE color: 6050691.

HSL color Cylindrical-coordinate representation of color #83535C: hue angle of 348.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83535C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1318392-
CMYK00.370.300.49
HSL348.75º22.43%41.96%-
HSV(B)348.75º36.64%51.37%-
XYZ14.3911.7811.64-
YUV98.38124.4151.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=42.81%
G=27.12%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131839200.370.300.49348.7522.4341.96
Hex83535C0251E3115d162a
Octal20312313404536615352652
Binary100000111010011101110001001011111011000110101110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83535C; }

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

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

<style>
 a { background-color: #83535C; }

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

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

<style>
 span { border-color: #83535C; }

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

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