#83535E

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

Shades of Cannon Pink #83535E

Tints of Cannon Pink #83535E

Color information

#83535E (or 0x83535E) is unknown color: approx Cannon Pink. HEX triplet: 83, 53 and 5E. RGB value is (131,83,94). Sum of RGB (Red+Green+Blue) = 131+83+94=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #83535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83535E is #7CACA1. Grayscale: #626262. Windows color (decimal): -8170658 or 6181763. OLE color: 6181763.

HSL color Cylindrical-coordinate representation of color #83535E: hue angle of 346.25º 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 #83535E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1318394-
CMYK00.370.280.49
HSL346.25º22.43%41.96%-
HSV(B)346.25º36.64%51.37%-
XYZ14.4711.8212.11-
YUV98.61125.4151.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.53%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=42.53%
G=26.95%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131839400.370.280.49346.2522.4341.96
Hex83535E0251C3115a162a
Octal20312313604534615322652
Binary100000111010011101111001001011110011000110101101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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